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
The code seems to be using bucket and remotePath to rehydrate the uri into a StorageReference. Why not simply call FirebaseStorage.getReferenceFromUrl? (And then you can avoid the redundancy of bucket and remotePath.)
I also see that the code is leveraging the firebaseApp, but is that necessary when you have a fully qualified Uri?
The text was updated successfully, but these errors were encountered:
Consider the following code:
The code seems to be using
bucket
andremotePath
to rehydrate theuri
into aStorageReference
. Why not simply callFirebaseStorage.getReferenceFromUrl
? (And then you can avoid the redundancy ofbucket
andremotePath
.)I also see that the code is leveraging the
firebaseApp
, but is that necessary when you have a fully qualifiedUri
?The text was updated successfully, but these errors were encountered: