Skip to content

ncthuc/firestoretools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages