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
First thanks for simple and super useful solution. It looks awesome but I found problem when I try to get two different documents to one page. I know that noSQL db should be optimized to access only one doc but there are cases when this just don't feel right.
This approach seems to have one minus that on journeys change the lower level component got rerendered and fetch again the same person document.
I glanced at your implementation and saw that you are hashing queries. This looks like adding queries::Array parameter to Firestore shouldn't be super challenging. Give me a sign if I'm not missing anything. Maybe we can cooperate in working out the solution.
Cheers and thx again
btw. support for fetching multiple docs by id will be possible easily
The text was updated successfully, but these errors were encountered:
First thanks for simple and super useful solution. It looks awesome but I found problem when I try to get two different documents to one page. I know that noSQL db should be optimized to access only one doc but there are cases when this just don't feel right.
Than I need to do workaround like this:
This approach seems to have one minus that on journeys change the lower level component got rerendered and fetch again the same person document.
I glanced at your implementation and saw that you are hashing queries. This looks like adding queries::Array parameter to Firestore shouldn't be super challenging. Give me a sign if I'm not missing anything. Maybe we can cooperate in working out the solution.
Cheers and thx again
btw. support for fetching multiple docs by id will be possible easily
The text was updated successfully, but these errors were encountered: