firebase_storage: StorageReference.getPath() returns different result on iOS and Android #684
Labels
impact: customer
A bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)
platform: android
Issues / PRs which are specifically for Android.
plugin: storage
type: bug
Something isn't working
Using:
firebase_storage: "0.3.7"
, this code:When uploading files on iOS, "storage_ref" is set to, e.g.
users/uZpqWlrXHabOrnqez4G8pAN2wRj1/activities/eAuMbEecePA3W5Dw8TYG/1535533628952.jpg
while on Android it will prefix storage_ref with '/', so it becomes like this:
/users/uZpqWlrXHabOrnqez4G8pAN2wRj1/activities/eAuMbEecePA3W5Dw8TYG/1535533628952.jpg
The text was updated successfully, but these errors were encountered: