An open API service indexing awesome lists of open source software.

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

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.