Simona Georgieva
Results
1
comments of
Simona Georgieva
> build_runner as well for codegener Hello, I have a question. CollectionReference bookings = FirebaseFirestore.instance.collection('bookings'); `` bookings.doc(placeId).collection('bookings').withConverter( fromFirestore: (snapshots, _) => SportBooking.fromJson(snapshots.data()!), toFirestore: (snapshots, _) => snapshots.toJson(), ).where('bookingStart', isGreaterThanOrEqualTo: startOfDay)...