-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
StaleIssue with no recent activityIssue with no recent activityplugin: storagetype: enhancementNew feature or requestNew feature or request
Description
It seem uneven that one can convert a fully qualified Url into a StorageReference using FirebaseStorage.getReferenceFromUrl, but then cannot easily get a fullUrl from a StorageReference.
One example use case is building a Firebase Image Cache where the Storage Reference URL (as a String) is a database primary key. Provided a StorageReference, convert it to a Url String, perform database lookup, if exists and coherent, serve from the cache, otherwise fetch from Storage and then populate the database cache.
yamauchieduardo and yakou32
Metadata
Metadata
Assignees
Labels
StaleIssue with no recent activityIssue with no recent activityplugin: storagetype: enhancementNew feature or requestNew feature or request