Extension to export and import Firestore Collections (backup and restore). Including using Spark (free) subscription.
This extension needs only a few configurations.
You need to retrieve a private key to connect to your Firebase projet. For this, open your project and go to admin SDK. Here you will be able to generate a new private key.
Download the JSON authentication file. This file is the file to use in this preference.
Where exported collections will be stored.
The list of collections to export (separated by comma)
This option allow to export each collection in a separated file
Limit the number of documents when exporting Default Value: 0 (unlimited)
Thanks to dalenguyen for his library firestore-export-import used in this extension.