Firestore
This destination writes data to Google Firestore.
Google Firestore, officially known as Cloud Firestore, is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud. It is commonly used for developing applications as a NoSQL database that provides real-time data syncing across user devices.
Getting started
Requiremnets
- An existing GCP project
- A role with permissions to create a Service Account Key in GCP
Step 1: Create a Service Account
- Log in to the Google Cloud Console. Select the project where your Firestore database is located.
- Navigate to "IAM & Admin" and select "Service Accounts". Create a Service Account and assign appropriate roles. Ensure “Cloud Datastore User” or “Firebase Rules System” are enabled.
- Navigate to the service account and generate the JSON key. Download and copy the contents to the configuration.
Sync overview
Output schema
Each stream will be output into a BigQuery table.