You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
We'd like to be able to export data for just a window of time, so it would be nice to have an optional command-line parameter with a start and end date to define the window of time being exported. Currently the tool exports the entire database.
If possible, we should write the code so that it minimizes the reads from Firebase, as Firebase charges per read/write.
The text was updated successfully, but these errors were encountered:
We'd like to be able to export data for just a window of time, so it would be nice to have an optional command-line parameter with a start and end date to define the window of time being exported. Currently the tool exports the entire database.
If possible, we should write the code so that it minimizes the reads from Firebase, as Firebase charges per read/write.
The text was updated successfully, but these errors were encountered: