Syed Saad Qamar
Software Engineer
/SyedSaadQamar96
/in/syed-saad-qamar
/saadqamar01
/saadqamar96
Cloud Firestore
Introduction to Firestore
Firebase is a Google owned cloud based system that comes complete with API hooks, file storage space, auth system and hosting capabilities. Firestore is also
Realtime Database VS Cloud Firestore
Realtime database is Firebase's original database. It's an efficient, low-latency solution for mobile apps that require synced states across clients in realtime.
Cloud firestore improves on the successes of the Realtime Database with a new, more intuitive data model. Cloud Firestore also features richer, faster queries and scales better than the Realtime Database.
Realtime Database
Cloud Firestore
Realtime Database VS Cloud Firestore
Realtime Database VS Cloud Firestore
Both have mobile-first, realtime SDKs and both support local data storage for offline-ready apps.
Offline support for mobile clients on iOS and Android only.
Offline support for mobile clients on iOS and Android only.
Realtime Database VS Cloud Firestore
Realtime Database VS Cloud Firestore
Text
Realtime Database VS Cloud Firestore
Realtime Database is a regional solution.
Cloud Firestore is a multi-region solution that scales automatically.
Realtime Database VS Cloud Firestore
Firestore CRUD Function
CRUD — Create, Read, Update, Delete:
The four important functions of database actions. They are the only things you’ll ever need to do anything significant with your database. Sure, you can increase the complexity of the queries but at the end of the day, it all boils down the these four actions.
Firestore CRUD Example
Let's do some code
THANK YOU!