User roles firebase vuejs

0

I have a small app made in Vue (template webpack) to which I have integrated the authentication in firebase, everything works fine, registration, login and middleware to protect the routes, but I have not been able to implement user roles, in the documentation with the rules in the examples I have seen that protect certain nodes of the tree of the database, but I have not been able to understand how to load the users token the role and as valid in the front the role of the user.

    
asked by DVertel 07.07.2018 в 03:46
source

0 answers