Advanced queries for useDocument and useCollection #1534
-
Is it possible to use "where" firebase queries in conjunction with useDocument and useCollection? Basically this but with the advantages useDocument and useCollection provide:
|
Beta Was this translation helpful? Give feedback.
Answered by
FantixX
May 22, 2024
Replies: 1 comment
-
Okay you can just pass a query into useCollection directly, but I feel that the docs could mention that explicitly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FantixX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay you can just pass a query into useCollection directly, but I feel that the docs could mention that explicitly.