You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamSubscription<QuerySnapshot<Map<String, dynamic>>> fails to capture data if the query is filtered using .where(field, arrayContains: Map<String, String>)
#279
Open
tannerhenry1 opened this issue
Nov 1, 2023
· 0 comments
Below is the minimum reproducible code for this issue:
The console indicates that there are no documents associated with this listener request, i.e. the log,i statement prints 0.
The text was updated successfully, but these errors were encountered: