Firestore: If two listeners listening the same query firebase maintains two different query snap shots?
问题 We are building a job portal. We have a applications collection where we create a document when a user applies for a job. Now, from Android app client, I am listening to the same collection in two different activities. I have enabled the local persistence too. Now, does Firebase understand that it is the same query triggered from two activities and maintains one query snapshot for the listener or does it create two snapshots? 回答1: Now, does the Firebase manages to understand its the same