Firebase Firestore Import avatar
Firebase Firestore Import
Try for free

No credit card required

View all Actors
Firebase Firestore Import

Firebase Firestore Import

danielwebr/firebase-firestore-import
Try for free

No credit card required

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

apiKeystringRequired

Your API key to Firebase. It can be found in Firebase console under Project settings -> General -> Web API key.

Auth domain to Firebase

authDomainstringRequired

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

projectIdstringRequired

Your project ID to Firebase. It can be found in Firebase console under Project settings -> General -> Project ID.

Firestore collection ID

firestoreCollectionIdstringRequired

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

datasetIdstringRequired

Dataset ID in Apify to import data from. It can be found in Apify console under Storage -> Datasets -> Dataset ID.

Custom ID field

customIdFieldstringOptional

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

transformFunctionstringOptional

Optional transform function to modify data before import. For more info see README.

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • Created in Aug 2023
  • Modified 10 months ago
Categories