Hello,
I want to create an app that helps with client onboarding and documents exchange. However, I have problem with user “Project manager”.
I have two types of users:
- Client
- Project manager
I want project manager to be able to log in to all his clients apps using the same e-mail.
I came up with the idea of login structure like this:
Client ID
Email
Password
How to set it up? I mean - in database, privacy rules. I think that I tried almost everything…
Kind regards