firebase-admin-go
firebase-admin-go copied to clipboard
Firebase Admin Go SDK
### ***how to login using email and password using golang sdk*** ### [REQUIRED] : Want something similar to this ``` // EmailLoginHandler handles user login with email and password func...
### [REQUIRED] Step 2: Describe your environment * Operating System version: GAE * Firebase SDK version: v.3.13.0+incompatible * Library version: _____ * Firebase Product: auth ### [REQUIRED] Step 3: Describe...
### Environment * Firebase SDK version: v4.13.0 * Firebase Product: auth ### Describe the problem I would like to have access to `sign_in_second_factor` to perform extra authorization based on this...
### Discussion * https://github.com/firebase/firebase-admin-go/issues/634 ### Testing go test -test.short firebase.google.com/go/... ? firebase.google.com/go/v4/errorutils [no test files] ? firebase.google.com/go/v4/integration/internal [no test files] ? firebase.google.com/go/v4/snippets [no test files] ok firebase.google.com/go/v4 3.946s ok firebase.google.com/go/v4/appcheck...
When Google's servers reponse 502 for the Messaging Endpoint(https://fcm.googleapis.com/v1) requests, the response body has been read in advance and the `RetryConfig` can catch underlying network errors, as the following comment...
I use Firebase Admin Go in my app and I got this error -> **Key "UUID" does not exist** in my middleware that I have created for auth. This error...
The [firebase documentation](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidConfig) explicitly lists a `direct_boot_ok` field for the AndroidConfig payload, but this is [missing](https://github.com/firebase/firebase-admin-go/blob/v4.14.1/messaging/messaging.go#L116) in the Go SDK.
Retry for https://github.com/firebase/firebase-admin-go/pull/643 The document ([Signing in users with SAML](https://cloud.google.com/identity-platform/docs/web/saml) ) states the following: > To retrieve the user attributes associated with the SAML provider, use the firebase.sign_in_attributes claim in...
Hello Team. Kindly assist to review this initial implementation of App Check Replay Protection API as requested in issue #632 Your feedback and guidance will be highly appreciated.