
Firestore Import
Pricing
Pay per usage

Firestore Import
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
4
Total users
2
Monthly users
1
Runs succeeded
>99%
Last modified
a month 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.
$echo '{< "databaseName": "(default)",< "documentConflictResolution": "overwrite",< "transformFunction": "(data) => {\\n return { data };\\n}"<}' |<apify 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
$npm i -g apify-cli$apify login
Other API clients include: