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
I believe this is an SDK bug related to the makeFromUrl function which seems to explicitly match regex against https which would fail against our http endpoints. I've alerted the SDK team and will report back.
Environment info
firebase-tools: 9.16.5
Platform: macOS
Test case
Steps to reproduce
See test case above.
Expected behavior
Deleting the image based on the URL provided without error (same code snippet work in non-dev environment).
Actual behavior
I get the following error:
Uncaught FirebaseError: Firebase Storage: refFromUrl() expected a valid full URL but got an invalid one. (storage/invalid-argument)
The text was updated successfully, but these errors were encountered: