Firebase Firestore Import

No credit card required

Firebase Firestore Import

Firebase Firestore Import

danielwebr/firebase-firestore-import

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

apiKey
string
Required

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

Auth domain to Firebase

authDomain
string
Required

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

projectId
string
Required

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

Firestore collection ID

firestoreCollectionId
string
Required

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

datasetId
string
Required

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

Custom ID field

customIdField
string
Optional

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

transformFunction
string
Optional

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

Developer
Maintained by Community
Actor stats
  • 4 users
  • 68 runs
  • Modified 3 months ago
Categories

You might also like these Actors