Firebase Firestore: How to subscribe to the last hour created documents?
I have an Android app and I need make Firestore subscription to get docs created during the last hour. I have created-timestamp field in all docs. So the subscription should work like this: if docs stops to be created, over…