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
Sorry it took us so long to get back to you on this! I am currently doing a big refactor of the Firestore implementation, and that's going to involve queries. I'll have to look into this, but if a FieldPath query exists for the document ID, then in theory we should be able to support it! I'll look into it when I can.
I'm trying to make a query but I need to filter that there are not show some documents. example:
torney is s array of tournaments in which the player is registered
i have a tab that I show the tournaments in which the player is registered
and another tab to show Available tournaments
I've been searching and I find something like this firebase.firestore.FieldPath.documentId(), is there something similar in the plugin to use it?
The text was updated successfully, but these errors were encountered: