firebase-admin-go
firebase-admin-go copied to clipboard
Firebase Admin Go SDK
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
### Discussion It tries to fix #610 . ### Testing Adapt existing mocked data. ### API Changes Adding a new public field to UserInfo only populated under ProvidedUserInfo that is...
### Describe your environment * Operating System version: Linux * Firebase SDK version: v4.13.0 * Library version: v4.13.0 * Firebase Product: auth ### Describe the problem #### Steps to reproduce:...
Describe your environment Firebase v4 + [email protected].* is errors . errors message is "cannot find package "golang.org/x/sys/unix"
+ Get information about app instances + Create registration tokens for APNs tokens https://github.com/firebase/firebase-admin-go/issues/617
Please add ability to get information about app instances and create registration tokens for APNs tokens described in documentation of "instance id server reference" there: https://developers.google.com/instance-id/reference/server#get_information_about_app_instances https://developers.google.com/instance-id/reference/server#create_registration_tokens_for_apns_tokens
ππ» hey there I'm trying to use the firebase sdk for my app but I'm not using the default `(default)` firestore db instance, which seems to be the only supported...
App check is missing the consume endpoint for replay protection
Fixes https://github.com/firebase/firebase-admin-go/issues/619. These fields are [available](https://github.com/firebase/firebase-admin-node/blob/a37eb6cb5ad92d911d0b868f5beb8d11761bcc0a/src/auth/token-verifier.ts#L107-L118) in the node SDK.
β¦he package Signin /login user user.email and user.password was missing in the package but present in other language like js and java and others ### Discussion #628 see the issue...