fire_api 1.1.5+2 fire_api: ^1.1.5+2 copied to clipboard
A stripped down interface for firestore databases which allows both dart servers using `fire_api_dart` and flutter apps using `fire_api_flutter` to use the same api.
1.1.5 #
- Support document change types on streams
1.1.4 #
- Support for parent getter on references
1.1.3 #
- Support CollectionReference.add(DocumentData) using the same generation method as firestore apis.
1.1.2 #
- Support id and path getters on DocumentSnapshots
1.1.1 #
- Support ID Field in
Document
andCollection
classes
1.1.0 #
- Support snapshot metadata storage for later usage
- Support for startAt, startAfter, endAt, endBefore collection queries
1.0.1 #
- Fix Meta & Naming
1.0.0 #
- Initial Release