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
Copy file name to clipboardExpand all lines: docs-devsite/storage.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Cloud Storage for Firebase
19
19
| <b>function(app, ...)</b> |
20
20
|[getStorage(app, bucketUrl)](./storage.md#getstorage_25f3a57)| Gets a [FirebaseStorage](./storage.firebasestorage.md#firebasestorage_interface) instance for the given Firebase app. |
21
21
| <b>function(storage, ...)</b> |
22
-
|[connectStorageEmulator(storage, host, port, options)](./storage.md#connectstorageemulator_e9039de)| Modify this [FirebaseStorage](./storage.firebasestorage.md#firebasestorage_interface) instance to communicate with the Cloud Storage emulator. |
22
+
|[connectStorageEmulator(storage, host, port, options)](./storage.md#connectstorageemulator_ac343b7)| Modify this [FirebaseStorage](./storage.firebasestorage.md#firebasestorage_interface) instance to communicate with the Cloud Storage emulator. |
23
23
|[ref(storage, url)](./storage.md#ref_5672fc1)| Returns a [StorageReference](./storage.storagereference.md#storagereference_interface) for the given url. |
24
24
| <b>function(ref, ...)</b> |
25
25
|[deleteObject(ref)](./storage.md#deleteobject_30df0b2)| Deletes the object at this location. |
@@ -106,7 +106,7 @@ A [FirebaseStorage](./storage.firebasestorage.md#firebasestorage_interface) inst
| options | { mockUserToken?: [EmulatorMockTokenOptions](./util.md#emulatormocktokenoptions)\| string; } | Emulator options. <code>options.mockUserToken</code> is the mock auth token to use for unit testing Security Rules. |
129
+
| options | { mockUserToken?: [EmulatorMockTokenOptions](./util.md#emulatormocktokenoptions)\| string; ssl?: boolean; } | Emulator options. <code>options.mockUserToken</code> is the mock auth token to use for unit testing Security Rules. |
0 commit comments