I'm using Firebase in a node.js backend for authentication.
After authentication, the data retrieved by Firebase are like this :
{
auth: {
provider: 'password',
uid: '1234'
},
expires: 1452072779,
token:'token',
uid: '4567',
provider: 'password'
}
However I cannot get the username. Do you know if there is a way to get it ?