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
.catch(() =>console.error('This is weird: something happened...'))
365
365
```
366
366
367
+
If the `storageBucket` key is passed as a configuration option, this method is automatically called for us by default.
368
+
367
369
#### uploadFile()
368
370
369
371
We can upload a file using the `uploadFile()` method. Using the `uploadFile()` method, we can set the name of the destination file, the path where we want to store it, as well as any metadata along with the file.
0 commit comments