Reputation: 31
I have a requirement to host a web app that uses Firebase services on a server physically located in Australia. Can anyone tell me if this is possible and if so is there any documentation available around this? I would be using Firebase Hosting / Auth / Firestore - all would need to be hosted in Australia.
Upvotes: 0
Views: 132
Reputation: 599121
Firebase Hosting is hosted on a global CDN network. You can't restrict where it is server or accessed from.
Firebase Authentication data is also stored globally, outside of your control.
I'm not sure what Cloudstore is, but given the above two answers you might already want to look at alternative products.
Upvotes: 1