Firestore Import avatar
Firestore Import

Pricing

Pay per usage

Go to Store
Firestore Import

Firestore Import

Developed by

Apify

Maintained by Apify

Seamlessly import data from Apify datasets into Firebase Firestore database. This integration allows full control over document IDs, conflict resolution (overwrite, merge, skip), and data transformation using a custom JavaScript function.

5.0 (4)

Pricing

Pay per usage

3

Monthly users

1

Runs succeeded

67%

Last modified

25 days ago

You can access the Firestore Import programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "databaseName": "(default)",
3  "documentConflictResolution": "overwrite",
4  "transformFunction": "(data) => {\\n    return { data };\\n}"
5}' |
6apify call apify/firestore-import --silent --output-dataset

Firestore Import API through CLI

The Apify CLI is the official tool that allows you to use Firestore Import locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.