CLI app for exporting the GCP Firestore database in json format.
The app allows you to download all data from the Firestore database in json format, including all subcollections, and prints it to stdout.
Note: all data is stored in memory before being converted to json, so this app is not suitable for exporting large databases.