Maps - Create Private View

Hey,

I’m building my own Map App w/ Glide and I’m wondering if it’s possible for each user a private space with its points of interest and to be able to filter to see the points of interest of friends ‘X’ or friends ‘Y’ if I would.

Thanks for your help!
Corentin

You can do per-user points of interest with per-user data.

You cannot easily do group data (e.g. friends) yet.

Here’s a couple of threads to check out. One discusses sharing an item with another user. The other one discusses using groups in a similar fashion, but with references instead of per user data.