I am newbie looking for the best solution to create roles for users in firebase (subscriber, etc). Do I create a user collection that is linked to the userid?
How do I incorporate it into a user signup:
firebase.auth().createUserWithEmailAndPassword(email, password).catch(function(error) {
// ...
});