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
Allow override the default *.googleapis.com hostname when calling API.
For well-know reason the *.googleapis.com is inaccessible in some place, however developers can host reverse proxy under their own domain name to workaround that.
How would you use it?
Add a method to allow developer customize the hostname when calling firebase apis that are hosted under googleapis.com.
e.g.
firebasestorage.googleapis.com
The text was updated successfully, but these errors were encountered:
What feature would you like to add
Allow override the default *.googleapis.com hostname when calling API.
For well-know reason the *.googleapis.com is inaccessible in some place, however developers can host reverse proxy under their own domain name to workaround that.
How would you use it?
Add a method to allow developer customize the hostname when calling firebase apis that are hosted under googleapis.com.
e.g.
firebasestorage.googleapis.com
The text was updated successfully, but these errors were encountered: