[firebase_storage] Replace async get methods with simple getters #5613
Unanswered
awhitford
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One challenge using StorageReference is the async methods for getters like:
Another confusion is getPath vs path -- they seem to respond with the same information, yet the
getPath
is asynchronous.Should
getPath
be deprecated in favor ofpath
?If a Storage Reference is a URI, why can't simple URI parsing replace these asynchronous methods. For example:
Beta Was this translation helpful? Give feedback.
All reactions