• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Discussion Firebase same cb for both web and apps?

Anyone have experience with Google Firebase?
I have briefly been glancing at it, and from what I understand when you create a new db, you set it for either web, iOS, or Android. Does that mean I can't get access to the same db via say both Android & iOS?
I was thinking about creating a simple admin-system in React, that allows me to create/edit the db, while also having a GMS-app fetching the data from said database.

Is this possible?
 

Mert

Member
When you create a Firestore Database, it can be accessed by anything. (REST Api, Android SDK, iOS SDK, Javascript SDK etc.)
It's not just limited to a certain platform.
 
Top