Firebase Cloud Firestore
- Full
- Incremental
- It is highly recommended that an index covering the column to be used exists
- By default, Cloud Firestore automatically generates single-field indexes. Numeric and date types meet the incremental ingestion needs.
Google-based services connect using a service account credential. Download your private key from the Cloud Firestore admin website. You can generate a new private key from the admin site if you have not yet created one.

Firestore service account management
Provide the details and service account information for the data you're trying to connect to.
Verb will query the schema and give you the option to include/exclude data like documents, and collections.
All of the fields are required unless explicitly noted.

Verb Firestore connection configuration
Last modified 1yr ago