2

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.

KENdi
  • 7,576
  • 2
  • 16
  • 31
sn.anurag
  • 617
  • 7
  • 14

2 Answers2

2

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.

Feng Liu
  • 954
  • 13
  • 22
0

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.

Zinxer
  • 101
  • 1