sn.anurag
sn.anurag

Reputation: 623

firebase realtime db with mobile sdk works in china?

My mobile game is a real-time game, running intensively on firebase real-time database. Does firebase realtime db work in china? I have not launched it yet in China because of this suspicion.

Upvotes: 2

Views: 602

Answers (2)

Feng Liu
Feng Liu

Reputation: 1022

You can use firebase rest api for your App in China, see their doc https://firebase.google.com/docs/reference/rest/database

The idea is to have your web app in China talks to your REST API server outside of China, and the REST API server talks to firebase REST api endpoints.

Upvotes: 2

Zinxer
Zinxer

Reputation: 101

Firebase or any google services are blocked in China dubbed the "Great Firewall of China". You may have to look for other alternatives unless you're happy with using a VPN in China.

Upvotes: 0

Related Questions