I am afraid of some latency when calling Firebase API. So I would like to know where the Firebase API servers are located. Are there any documents? Please help. Thanks.
Asked
Active
Viewed 777 times
2
-
Firebase has 18+ products. Which specific product (and possibly API calls) are you asking about? – Frank van Puffelen Nov 17 '21 at 15:14
-
Hi @FrankvanPuffelen Thanks for your reply, we would like use Firebase Auth for now – Jackeroo Nov 18 '21 at 02:22
-
https://stackoverflow.com/questions/52800430/in-what-geographical-location-are-firebase-authentication-users-stored? – Frank van Puffelen Nov 18 '21 at 05:07
1 Answers
2
The official documentation regarding choosing locations for your project, doesn't include an option for the Firebase Authentication. So currently, there is no way to specify a particular location for storing the Firebase Authentication data.
However, when you are using Cloud Firestore, Cloud Storage, or Cloud Functions for Firebase, you're prompted to select your project's default location. On the other hand, when using the Realtime Database, you're prompted to select the location of the instance, and each instance can be in a different location.
If you are also using Analytics, you're also prompted to select an Analytics reporting location. You can select a country or region that represents the location of your organization.

Alex Mamo
- 130,605
- 17
- 163
- 193