Skip to content

Firebase Admin Go SDK v3.8.0

Choose a tag to compare

@hiranya911 hiranya911 released this 30 May 20:26
· 191 commits to master since this release
8e14899

Firebase Auth

  • Added the email action link generation APIs for creating links for password reset, email verification and email link sign-in via auth.PasswordResetLink(), auth.EmailVerificationLink() and auth.EmailSignInLink(). Refer documentation for more details and code samples.
  • All APIs in the auth package now automatically retry RPC calls failing due to I/O or HTTP errors.