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
And I would like to consolidate my households collection with the invites sub-collection.
My understanding is that there is no built-in way of doing this with react-firebase-hooks, but I'm also lost on how to implement this myself, without loosing the real-time update of firebase.
My hope is that somebody already got the same issue and is willing to share its solution with me?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I've a collection of items, which have a subcollection.
I currently get the collection like this:
And I would like to consolidate my
households
collection with theinvites
sub-collection.My understanding is that there is no built-in way of doing this with
react-firebase-hooks
, but I'm also lost on how to implement this myself, without loosing the real-time update of firebase.My hope is that somebody already got the same issue and is willing to share its solution with me?
Thanks
The text was updated successfully, but these errors were encountered: