File tree 2 files changed +8
-1
lines changed
packages-exp/firebase-exp/compat
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7646,6 +7646,13 @@ declare namespace firebase.storage {
7646
7646
* @see {@link firebase.storage.Storage.maxUploadRetryTime }
7647
7647
*/
7648
7648
setMaxUploadRetryTime ( time : number ) : any ;
7649
+ /**
7650
+ * Modify this `Storage` instance to communicate with the Cloud Storage emulator.
7651
+ *
7652
+ * @param host - The emulator host (ex: localhost)
7653
+ * @param port - The emulator port (ex: 5001)
7654
+ */
7655
+ useEmulator ( host : string , port : number ) : void ;
7649
7656
}
7650
7657
7651
7658
/**
Original file line number Diff line number Diff line change @@ -7618,7 +7618,7 @@ declare namespace firebase.storage {
7618
7618
* @param host - The emulator host (ex: localhost)
7619
7619
* @param port - The emulator port (ex: 5001)
7620
7620
*/
7621
- useEmulator ( host : string , port : string ) : void ;
7621
+ useEmulator ( host : string , port : number ) : void ;
7622
7622
}
7623
7623
7624
7624
/**
You can’t perform that action at this time.
0 commit comments