Firestore

Introduction

Cloud Firestoreopen in new window is a flexible, scalable NoSQL database for storing and managing data for mobile, web, and server development. It helps keep client apps synced through realtime listeners and offline support. Firestore works seamlessly with other Firebox and Google Cloud Platform products.

Data Model

Firestore is a NoSQL, document-oriented database that stores data in documents, organized into collections. Each document is comprised of key-value pairs and must be stored in a collection. Documents may also contain subcollections and nested objects.

Firestore document-oriented data model

References