You can't use this until you register with us!




Description

Custom Engine built for KidStrong to download Firestore collections into BigQuery.


Purchasing Options



Available Actions

Download Data

Downloads Data


Variables

Source Parameters
source_firestore_config required

Credentials to use to access the Cloud Firestore database.

app_name

Name of the Firebase app associated with the Cloud Firestore database that you want to copy data from. If this field is left blank, the Cloud Firestore database associated with the [DEFAULT] Firebase app will be used.

collection required

Select the Firestore collection to copy data from.

tracking_field

Name of the field in the Collection to use for sorting and tracking documents processed.

pointer

Tracking field value or document id of the most recently processed document.

batch_size required

This Task will process documents in increments. Set a value in this field to determine the size of each increment.


Data Handling Options
documentid_field required

The name of a column in BigQuery where the unique identifier of each document will be stored.

processing_column required

The name of a column in BigQuery where the datetime when the row was created will be stored.


Destination Parameters
target_big_query_config required

Credentials to use to access the BigQuery Cloud Data Warehouse.

project_id required

Specify the unique identifier of the Google Cloud project that contains the dataset where the data from the Cloud Firestore database should be loaded.

bigquery_dataset required

Specify the name of the dataset that contains the table where the data from the Cloud Firestore database should be loaded.

target_table required

Specify the name of the table where the data from the Cloud Firestore database should be loaded.