Firebase-admin

Latest version: v6.6.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 18

1.2.1

Auth

- The `VerifyIdTokenAsync()` method now tolerates a clock skew of up to 5 minutes when comparing JWT timestamps.

1.2.0

- A new [`FirebaseMessaging`](https://firebase.google.com/docs/reference/admin/dotnet/class/firebase-admin/messaging/firebase-messaging) class for sending Firebase Cloud Messaging messages.

1.1.0

Authentication

* Implemented the `SetCustomUserClaimsAsync()` API in the `FirebaseAuth` class.

1.0.2

* When deployed in the Google App Engine environment, the SDK can now leverage the utilities provided by the [App Engine SDK](https://cloud.google.com/appengine/docs/standard/go/reference) to sign JWT tokens. As a result, it is now possible to initialize the Admin SDK in App Engine without a service account JSON file, and still be able to call [`CustomToken()`](https://godoc.org/firebase.google.com/go/auth#Client.CustomToken) and [`CustomTokenWithClaims()`](https://godoc.org/firebase.google.com/go/auth#Client.CustomTokenWithClaims).

1.0.1

* Now uses the client options provided during [SDK initialization](https://godoc.org/firebase.google.com/go#NewApp) to create the [`http.Client`](https://godoc.org/net/http#Client) that is used to fetch public key certificates. This enables developers to use the ID token verification feature in environments like Google App Engine by providing a platform-specific `http.Client` using [`option.WithHTTPClient()`](https://godoc.org/google.golang.org/api/option#WithHTTPClient).

1.0.0

- [added] Initial release of the Admin .NET SDK. See [Add the Firebase Admin SDK to your Server](https://firebase.google.com/docs/admin/setup/) to get started.
- [added] You can configure the SDK to use service account credentials, user credentials (refresh tokens), or Google Cloud application default credentials to access your Firebase project.

Authentication

- [added] The initial release includes the `CreateCustomTokenAsync()`, and `VerifyIdTokenAsync()` methods for minting custom authentication tokens and verifying Firebase ID tokens.

Page 18 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.