Multiple household members sharing

Hi all,

Does anyone know how to invite a household member to view the same app? So my app is specific to each user…what i would like to do is for people who live together to be able to login in and have access to the same data. So, the original user can go to their profile and “invite a household member” and then when that person logs in they are linked to the family.

I believe this has to be linked on the users table, but not sure how to go about that.
Thanks!
Joe

I would create a “household ID” that holds a unique ID. Any time a person is added by a family member, add that household ID to the new profile.

Show your data based on the household ID.