How to connect databses in two apps without sharing the user database

Hi, I have a question while creating an app. I’m creating a mobile and web app. There are two different user groups in mobile and web app. But the other data collections are same. So how can I link the same collection in mobile and web app without sharing the 'users ’ collection? because both users have different properties in the collection. Hope to get your ideas on this. Thank you

  1. You could still use one collection for users and have all possible properties in that collection. You use the properties according to the type of user.
  2. If that’s not an option, you will need a third-party solution to accomplish that. I’m not an expert in this case.

Thank you very much.

1 Like