In the firebase documentation for managing users, it says:
// The user's ID, unique to the Firebase project. Do NOT use
// this value to authenticate with your backend server, if
// you have one. Use User.getToken() instead.
I am currently using the user's UID to get certain pieces of data from my backend. Should I not be doing this? Can someone explain what exactly the issue is?