Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdy1/pure_firestore
https://github.com/kdy1/pure_firestore
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdy1/pure_firestore
- Owner: kdy1
- License: other
- Created: 2020-07-21T07:40:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T17:08:35.000Z (over 4 years ago)
- Last Synced: 2024-11-16T07:07:31.616Z (about 2 months ago)
- Language: Dart
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pure_firestore
Pure dart firestore client.
Currently, I use the library only for testing, but I may make it compatible with official firestore clients.
Note that the library is in very early stage.
## Roadmap
- [x] Test using firestore emulator (with firestore.rules)
- [ ] Snapshot listeners.
- [ ] Transaction (maybe, as I don't use transaction from a client)
- [ ] Batch (maybe, as I don't use batch from a client)