You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deprecated serviceAccount property in the admin.App.Options type has been removed in favor of the credential property.
createdAt and lastSignedInAt properties in admin.auth.UserMetadata has been renamed to creationTime and lastSignInTime. Also these properties now provide UTC formatted string values instead of Date values.
Initializing the SDK without setting a credential results in an exception.
Initializing the SDK with a malformed private key string results in an exception.