https://github.com/d-gubert/firerecordjs
An Active Record library for Firebase Firestore JS SDK
https://github.com/d-gubert/firerecordjs
Last synced: 3 months ago
JSON representation
An Active Record library for Firebase Firestore JS SDK
- Host: GitHub
- URL: https://github.com/d-gubert/firerecordjs
- Owner: d-gubert
- License: mit
- Created: 2018-10-13T03:45:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T04:05:07.000Z (over 6 years ago)
- Last Synced: 2025-01-19T08:29:24.086Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FireRecordJS
An Active Record library for Firebase Firestore JS SDK## Desired features
* [ ] Schema definition and validation (maybe focus on TypeScript?)
* [ ] Auto add timestamps on create/update
* [ ] ActiveRecord implementation
* [ ] Promise based
* [ ] Firebase should be a peer dependency
* [ ] Query builder (on top of Firestore's)## License
FireRecord is available under the MIT license. See the LICENSE file for more info.