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
All my requests using VPN return Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds
The solution for Web seems to be to add firebase.firestore().settings({ experimentalForceLongPolling: true }); to the JS code.
But it doesn't seem to be available for Android and IOS.
Is there any alternative?
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.
-
All my requests using VPN return
Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds
The solution for Web seems to be to add
firebase.firestore().settings({ experimentalForceLongPolling: true });
to the JS code.But it doesn't seem to be available for Android and IOS.
Is there any alternative?
Beta Was this translation helpful? Give feedback.
All reactions