Multiple Authentication Logins

Hi! I want to create multiple authentications within this app that lead different leadership boards to unique pages on this app. For example, group A would only have access to some parts of the app, whereas group B has more access to the app. Does this make sense?

Does anyone else have this feature? Could you share how you got this to work for you?

Thanks!

You’ll want to look into setting user roles with firebase. but I’m not sure that firebase allows for custom user roles.

a different thought is

before a user registers. you give them an access code that controls what they can see. they enter that upon signup

if they enter access code correctly, it opens up certain screens. if not, no luck!

I’ll try this! Thank you!