firestore-logger
v0.2.2
Published
A small app to log out updates to Firestore at given paths
Downloads
7
Maintainers
Readme
Firestore Logger
The Firestore Logger is a CLI to watch collections in Firestore.
It supports:
- [x] Watch multiple collections
- [x] Pass in simple or complex queries using Firestore's syntax:
("isCool", "==", true)
- [x] Watch Collection groups
Coming soon:
- [ ] Docs / Help Menu :D
- [ ] Presets
- [ ] Initial configuration options
- [ ] Options for buffering multiple updates into one
- [ ] Ability to write directly to a file rather than stdout