Skip to content

Firebase Admin Go SDK v3.1.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 12 Jun 21:51
· 209 commits to master since this release
10499b4
  • The iid package now provides a set of new functions for checking various error conditions such as iid.IsInvalidArgument(), iid.IsNotFound(), etc.

Authentication

  • A new ImportUsers() function for importing users to Firebase Auth in bulk.
  • UpdateUser() and DeleteUser() functions now correctly return a UserNotFound error when called with a non-existing user ID.