firestoretools

Useful tools to work with Google Firestore in Python


Keywords
Firestore, Firebase, Google, Cloud, Python, 3
License
MIT
Install
pip install firestoretools==0.1.2

Documentation

Useful tools to work with Google Cloud Firestore database in Python

Description

Main functions

  • read: recursively read collections and documents, and save to disk. Useful for backup operation.
  • write: write whole folder with arbitrary levels of nested structure. Useful for restore operation.

Installation

Normal installation

pip install firestoretools

Development installation

git clone https://github.com/ncthuc/firestoretools.git
cd firestoretools
pip install --editable .

Usage

Backup data

firestoretools read --help

Restore data

firestoretools write --help