Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new feat sugg] Firestore / Dynamic Parallel Queries #60

Open
jbtheard opened this issue Aug 23, 2022 · 2 comments
Open

[new feat sugg] Firestore / Dynamic Parallel Queries #60

jbtheard opened this issue Aug 23, 2022 · 2 comments

Comments

@jbtheard
Copy link

As react query implements dynamic parallel queries with useQueries, this library would similarly benefit from running multiple queries in parallel.

Use case:
Given the following structure /parents/{parentId}/children/{childrenId}
I want to get the first n children for parents X,Y, and possibly Z (without knowing beforehand how many parents will be queried)

considerations

  • we don't want to use groupCollection
  • in this case it's the same query, repeated multiple times, but we could have different queries
@salauddinn
Copy link

salauddinn commented Sep 25, 2022

+1

i also needed that feature for fetching multiple array of reference documents

@Na1k
Copy link

Na1k commented Oct 1, 2023

I would need the same feature. Could you find any workaround for the meantime?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants