firestoreodm-flutter
firestoreodm-flutter copied to clipboard
Results
22
firestoreodm-flutter issues
Sort by
recently updated
recently updated
newest added
How can I do a collection group query with a sub-collection? It looks like right now I have to have a parent (collectionId) first and then get the sub-collection part...
## Feature Request Consider a odm like this: ```dart @firestoreSerializable class TimeFrame { final Timestamp start; final Timestamp end; TimeFrame(this.lowerLimit, this.upperLimit) { _$assertTimeFrame(this); } } ``` I would like to...