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
68
-
//
69
72
// (undocumented)
70
73
_bucket:_Location|null;
71
74
_delete():Promise<void>;
@@ -85,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
89
-
// Warning: (ae-incompatible-release-tags) The symbol "_makeStorageReference" is marked as @public, but its signature references "Reference" which is marked as @internal
90
91
_makeStorageReference(loc:_Location):_Reference;
91
92
get maxOperationRetryTime():number;
92
93
set maxOperationRetryTime(time:number);
@@ -96,7 +97,7 @@ export class _FirebaseStorageImpl implements FirebaseStorage {
96
97
_overrideAuthToken?:string;
97
98
// Warning: (ae-forgotten-export) The symbol "ConnectionPool" needs to be exported by the entry point index.d.ts
0 commit comments