Skip to content

Firebase Admin Go SDK v2.2.0

Compare
Choose a tag to compare
@avishalom avishalom released this 08 Dec 19:11
· 298 commits to master since this release
  • A new user management API that supports querying and updating
    user accounts associated with a Firebase project. This adds GetUser(),
    GetUserByEmail(), GetUserByPhoneNumber(), CreateUser(), UpdateUser(),
    DeleteUser(), Users() and SetCustomUserClaims() functions to the
    auth.Client API.