Lahiru Maramba
Lahiru Maramba
I am closing this assuming the issue is now fixed with the dependency upgrade mentioned above. We can reopen later if needed. Thanks.
Hi @koushikromel The Admin SDK is used in environments with administrative privileges and login to a user account is not currently a use case that is supported by the SDK....
Hey @dmitry-bym we do not have any immediate plans to add App Check support to the .NET SDK. However, we would be glad to review any PRs if you would...
Hey everyone, thank you for your patience on this! We have recently [increased the timeout for FCM to 15 seconds](https://github.com/firebase/firebase-admin-node/pull/1947) as a way to address the duplicate notifications issue. However,...
Since it seems like switching to the modular SDK is the proper fix here I will convert this issue to a discussion. That will hopefully help with future issues like...
CC: @thebrianchen
Hi @Dal-Papa Thank you for your patience on this. The Admin SDKs currently do not support sending email action links. Setting `returnOobLink` does not send the email, in-fact we already...
@Dal-Papa Thank you for your contribution! I definitely did misunderstood the API in my initial comment, my apologies! @prameshj I think we need an internal API proposal for the public...
> What's missing for this to be released? I really would like to have in firebase-admin the possibility to have appCheck as for NodeJs This change is still at an...
Thanks @ihoregym for filing this issue. The `appStoreId` property needs to be added to the `create_ios_app()` API. https://github.com/firebase/firebase-admin-python/blob/6d826fd15c87db62f7501f569b6e0a762d17a05e/firebase_admin/project_management.py#L104 and also added to the internal implementation of the service below. https://github.com/firebase/firebase-admin-python/blob/6d826fd15c87db62f7501f569b6e0a762d17a05e/firebase_admin/project_management.py#L584...