+ 20
ANYONE knows the difference ---->
Anyone knows difference between firestore , firebase and database .
3 Respostas
+ 21
well thanks ...
btw ....i just read that firestore is upgrade version of firebase .....and there you can store more data then in database and firebase ...
+ 9
Firestore is part of Firebase and Firebase is a type (or a clone) of database that usually runs on hosting servers or cloud servers.
thanks
+ 4
Firebase is [now] a Google subsidiary with a cloud development platform of the same name with MANY parts.
https://firebase.google.com/docs/firestore/
At the bottom is a link to "explore differences between realtime databases & Cloud Firestore. Basically, think of it always being connected and updated [using websockets] and not only when you send http requests to become updated.