Cloud Firestore or Realtime Database 🤔?

Hello ,
I was thinking of standardizing my game currency so that if you get 100 coins in game A you will be able to use it in either game A or game B. I know some about the database, but I found two options for the database type: Cloud Firestore and Realtime Database…
Which one is better and easier to organize?
Thanks

Generally, I recommend you use cloud firestore - it is much cheaper, more powerful, more scalable…

2 Likes