In my firebase rules I have one rule that contains something like this: request.auth.token.firstName, If i set my token to the request headers, then I can use in this way a properties in the token payload?
and one more question, how to get this firstName with using express.Request?
thanks for any help!