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 was facing the same issue too, I am almost confident the error is in 7.9.2 version of the SDK. With 7.9.0 (the version I am using), my resources are fetched properly.
I was facing the same issue too, I am almost confident the error is in 7.9.2 version of the SDK. With 7.9.0 (the version I am using), my resources are fetched properly.
Yes agreed, error did not appear in v7.9.1, v7.9.0 and before.
Describe your environment
Describe the problem
With 7.9.2, Firebase Storage .put() throws the following CORS error on localhost:
Also see StackOverflow issue here.
Same code works with 7.9.1.
Steps to reproduce:
Seems to appear anytime
put()
,putString()
and so on is called to upload a file to Firebase Storage.Relevant Code:
Example:
The text was updated successfully, but these errors were encountered: