You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-incompatible-release-tags) The symbol "_bucket" is marked as @public, but its signature references "Location" which is marked as @internal
73
-
//
74
72
// (undocumented)
75
73
_bucket:_Location|null;
76
74
_delete():Promise<void>;
@@ -90,8 +88,6 @@ export class _FirebaseStorageImpl implements FirebaseStorage {
// Warning: (ae-incompatible-release-tags) The symbol "_makeStorageReference" is marked as @public, but its signature references "Location" which is marked as @internal
94
-
// Warning: (ae-incompatible-release-tags) The symbol "_makeStorageReference" is marked as @public, but its signature references "Reference" which is marked as @internal
95
91
_makeStorageReference(loc:_Location):_Reference;
96
92
get maxOperationRetryTime():number;
97
93
set maxOperationRetryTime(time:number);
@@ -101,7 +97,7 @@ export class _FirebaseStorageImpl implements FirebaseStorage {
101
97
_overrideAuthToken?:string;
102
98
// Warning: (ae-forgotten-export) The symbol "ConnectionPool" needs to be exported by the entry point index.d.ts
0 commit comments