Lahiru Maramba
Lahiru Maramba
Hi @hiteshkumar848 Could you try changing your imports to the following instead: ``` firebase "firebase.google.com/go/v4" "firebase.google.com/go/v4/messaging" ``` You can also refer to https://github.com/firebase/firebase-admin-go/blob/master/snippets/messaging.go for sample code.
Thank you for your patience everyone. We just completed the internal API review and we think a better approach would be to add a new optional `clock_skew_seconds` parameter to `verify_id_token()`...
> > You do realize, that this means to change the signatures of methods TokenVerifier.verfify_id_token, TokenVerifier.verify_session_cookie and _JWTVerifier.verify from firebase_admin/_token_gen.py by adding the optional parameter clock_skew_seconds there as well, right?...
Hi @takos22, Thank you for the feature request! We agree that this will be a great addition to improve the SDK. While I cannot promise you a timeline at the...
Hi @bstadlbauer, Thank you for the feature request! I am not too familiar with `conda`, could you help me understand the use cases here? IIUC, you can use both `pip`...
Hey @erwanmace, our tests for this API seem to be passing with no issues. Are you able to share the full error message/logs with us? Are you only seeing this...
Hi @alinturbut, This is interesting... for Node.js I would suggest setting the env variable at runtime with `process.env`, but I am realizing that it is not that straightforward in Java....
I am not familiar with Testcontainers, could you explain how you would set the emulator host and port in your code if you don't know the port on Testcontainers ahead...
Thank you for the clarification! An API to set the emulator host sounds like a reasonable approach then. Happy to review any PRs if you would like to contribute to...
Thank you @alinturbut for submitting the PR! We will review the changes and initiate the API review process internally. Please note that this can take some time. In the meantime,...