
Firebase Firestore Import
This actor is designed to simplify the process of transferring data from an Apify dataset into a Firebase Firestore collection. Simply configure the actor with your Firebase credentials, Firestore collection ID, and dataset ID, and it will handle the rest, including optional data transformations.
API key to Firebase
Your API key to Firebase. It can be found in Firebase console under Project settings -> General -> Web API key.
Auth domain to Firebase
Your auth domain to Firebase. It can be found in Firebase console under Project settings -> Add app -> Web app -> Register app -> Code snippet -> authDomain.
Project ID to Firebase
Your project ID to Firebase. It can be found in Firebase console under Project settings -> General -> Project ID.
Firestore collection ID
Firestore collection ID to import data to. It can be found in Firebase console under Firestore Database -> Data. Ensure that the Firestore permissions are set to allow read and write. If the collection does not exist, it will be created.
Dataset ID in Apify to import data from
Dataset ID in Apify to import data from. It can be found in Apify console under Storage -> Datasets -> Dataset ID.
Custom ID field
Optional field name to use as a document ID in Firestore. If not provided, the document ID will be generated automatically. It is applied after the transform function. In case of duplicate IDs, the document will be overwritten. Read more in README.
Transform function
Optional transform function to modify data before import. For more info see README.
- 4 users
- 68 runs
- Modified 3 months ago