cdelambert
cdelambert

Reputation: 31

Firebase hosting / auth / cloudstore hosted on a server in Australia

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

Answers (1)

Frank van Puffelen
Frank van Puffelen

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

Related Questions