How does Firebase generate the Uid?
问题 My question is how does Firebase generate the Uid? Is it generated from the app installation on the cellphone or maybe it is based on the login provider via email, Facebook, Google or the other ones that Firebase provide? 回答1: The Firebase User ID (often called uid) is an opaque identifier for a user account. It has no connection to the underlying identity provider(s) for the account and should be treated as an opaque value. 回答2: UUID is autogenerated based on timestamp and some entropy. UUID