Skip to content

Demo of extracting Firestore data into CSV file using a paginated algorithm (can prevent 503 timeout error for large dataset)

Notifications You must be signed in to change notification settings

frank-yifei-wang/firestore-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Firestore2CSV

This program demonstrates how to extract Firestore data into a CSV file using the so-called paginated algorithm (can prevent 503 timeout error for large dataset). Simply open firestore2csv_demo.py to read the source code.

Another repo of mine summarizes common operations of Firestore using Python.

Read more:

About

Demo of extracting Firestore data into CSV file using a paginated algorithm (can prevent 503 timeout error for large dataset)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages