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
* separate storage-compat from storage
* commit
* fix tests
* wat?
* build storage-compat
* save
* fixing some compat tests
* format
* update import path
* format
* get compat tests to work
* format
* update package json
* cleanup
* format
* address comments
* Update packages/storage-compat/test/unit/service.test.ts
Co-authored-by: Christina Holland <[email protected]>
* add missing dev dep
* Update packages/storage-compat/package.json
* Update packages/storage-compat/package.json
* Update deps after v8 release
* update compat version
// Warning: (ae-incompatible-release-tags) The symbol "_bucket" is marked as @public, but its signature references "Location" which is marked as @internal
73
+
//
74
+
// (undocumented)
75
+
_bucket:_Location|null;
76
+
_delete():Promise<void>;
77
+
// (undocumented)
78
+
readonly _firebaseVersion?:string|undefined;
79
+
// (undocumented)
80
+
_getAppCheckToken():Promise<string|null>;
81
+
// (undocumented)
82
+
_getAuthToken():Promise<string|null>;
83
+
// (undocumented)
84
+
get host():string;
85
+
set host(host:string);
86
+
// Warning: (ae-forgotten-export) The symbol "RequestInfo" needs to be exported by the entry point index.d.ts
87
+
// Warning: (ae-forgotten-export) The symbol "Request" needs to be exported by the entry point index.d.ts
// 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
+
_makeStorageReference(loc:_Location):_Reference;
96
+
get maxOperationRetryTime():number;
97
+
set maxOperationRetryTime(time:number);
98
+
get maxUploadRetryTime():number;
99
+
set maxUploadRetryTime(time:number);
100
+
// Warning: (ae-forgotten-export) The symbol "ConnectionPool" needs to be exported by the entry point index.d.ts
This is the Cloud Storage component of the Firebase JS SDK.
4
+
5
+
**This package is not intended for direct usage, and should only be used via the officially supported [firebase](https://www.npmjs.com/package/firebase) package.**
0 commit comments