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 am trying to avoid the case of users having specific google DNS blocked.
Is there a way to use my reverse proxy to to redirect all requests from my app to a custom firestore url?
I can see that the url for real time database is accessible through:
constprevApp=firebase.apps[0]constprevAppOptions=prevApp.options// initialize a new app with the new settingsconsole.debug(`prev database url:`,prevAppOptions)// overwrite the databaseURL// prevAppOptions.databaseURL = 'https://custom-domain-proxy.com'firebase.initializeApp(prevAppOptions)
But I am not sure how to edit the firestore settings.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to avoid the case of users having specific google DNS blocked.
Is there a way to use my reverse proxy to to redirect all requests from my app to a custom firestore url?
I can see that the url for real time database is accessible through:
But I am not sure how to edit the firestore settings.
I can see there is a host setting https://firebase.google.com/docs/reference/ios/firebasefirestore/api/reference/Classes/FIRFirestoreSettings#host in the native SDK. Would it be possible to set this value with react native config?
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions