Firestore #1 Fundamentals

12. May 2023 Firestore 0
What is Firestore? Firestore is a horizontally scaling NoSQL document cloud database provided by Google as part of Firebase (Firebase Realtime Database is another database offering by Firebase). Firestore keeps the data in sync across client applications through realtime listeners and offers offline support for mobile and web. Watch this great intro video: Note that ...