Skip to content
Advertisement

Tag: google-cloud-firestore

FireStore date query not working as expected

I have doc which has a date object. Code to init Firestore: Code to query: I am always getting all the records and looks like the where clause is not getting applied. On Firebase console I see that the endDate is stored as timestamp. Doc from Firebase console: Answer Cloud Firestore queries are immutable, which means that you cannot change

Advertisement