Home  >  Q&A  >  body text

Authentication and authorization using Firebase tokens

I'm using Firebase Authentication with Express JS server in React to save user credentials. How do I manage roles (authorizations)?

I am sending Firebase token in every request to verify on backend.

I don't know if I should add another token to decode the character in it.

P粉311617763P粉311617763403 days ago545

reply all(1)I'll reply

  • P粉420958692

    P粉4209586922023-09-13 09:23:49

    If a user only has a role or other limited so-called claims to be tracked, you can add them to their Firebase Authentication profile as so-called custom claims.

    For more information about this, and how to use custom claims to control access, see the section on Controlling access using custom claims and security rules in the Firebase documentation.

    reply
    0
  • Cancelreply