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




Description

Copy data from a BigQuery data warehouse to a Cloud Firestore database.


Purchasing Options



Available Actions

Copy Data

Read data from a BigQuery data warehouse and store it in a Cloud Firestore database.


Variables

BigQuery 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 that you want to copy data from.

bigquery_dataset required

Specify the name of the dataset that contains the table that you want to copy data from.

target_table required

Specify the name of the table that you want to copy data from.


Cloud Firestore Parameters
source_firebase_config required

Credentials to use to access the Cloud Firestore database.

app_name

Specify the name of the Firebase app associated with the Cloud Firestore database where the data from the BigQuery data warehouse should be loaded. If this field is left blank, the Cloud Firestore database associated with the [DEFAULT] Firebase app will be used.

collection_name required

Specify the name of the collection within the Cloud Firestore database where the data from the BigQuery data warehouse should be loaded. If the specified collection does not exist, it will be created.

tracking_field

Specify the name of the column in BigQuery that holds the unique identifier for the Firestore document that corresponds to the row. If blank, a unique identifier will be automatically generated.