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
I've tried the following code, but it's failing to retrieve any snapshots. Using the node.js library works fine with the same center coordinates and same Firestore collection.
I've tried the following code, but it's failing to retrieve any snapshots. Using the node.js library works fine with the same center coordinates and same Firestore collection.
Working (node.js):
Not working (Dart):
I managed to trace the calls into this lib, and it seems the issue is occurring in
queriesAtLocation()
. Specifically in this series of calls:The text was updated successfully, but these errors were encountered: