Skip to content

tommyktech/calculate_firestore_document_size_with_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

A Tiny Python Script for Calculating Firestore Document Size

The size of a document in Firestore is restricted upto 1MB, but I can't find any official Python code for calculateing it.
Then I developed this script based on the following official document.

https://firebase.google.com/docs/firestore/storage-size

Prerequirements

pip install firebase-admin
pip install google-cloud-firestore

Usage

See calculate-document-size.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages