Firebase – Is there an advantage of having a userId AND a username even if they're both strings?
I have come across different variations when it comes to user authentication and I have seen developers include a userId field AND a username field (both strings) in their database so I wondered if there is an advantage if you…