Lahiru Maramba

Results 255 comments of Lahiru Maramba

Hi @GabrieleCalarota, Thank you for the feature request. We do not have any plans to implement the App Check Python API on our immediate roadmap. However, we will use this...

You can start by proposing the public API interface (use the Node.js API as an example). In the meantime you can follow the steps on [this blog post](https://firebase.googleblog.com/2021/10/protecting-backends-with-app-check.html) (see `Verifying...

Thank you for your patience everyone! We just released firebase-admin v6.0.0 with app check token verification support. https://firebase.google.com/support/release-notes/admin/python#6.0.0 Let us know if you run into any issues.

Thank you @guneemwelloeux for filing this feature request. We have started adding type hints to new code (ex: #621) and will eventually add type hints to existing code in the...

Hi @dysrama Thank you for the feature request! This feature is not on our immediate roadmap plan. We will use this issue to track any progress. We also accept community...

Could be an `openssl` issue in your environment. Check your `openssl` version by running `openssl version`. If you can reproduce it please file an issue in [google-cloud/firestore](https://github.com/googleapis/python-firestore/issues) repo.

Hey @yuchenshi, @christhompsongoogle FYI.

MFA support is added to UserRecord in https://github.com/firebase/firebase-admin-go/pull/422. Should be available since [v4.5.0](https://firebase.google.com/support/release-notes/admin/go#authentication_4)

Hi @axelsly, sorry for the confusion. #422 only partially implements the MFA API in Go SDK. This is not on our roadmap currently so I am unable to promise a...

MFA support was added in `UserToCreate` or `UserToUpdate` in https://github.com/firebase/firebase-admin-go/pull/511/files and should be available in v4.10.0 or newer. Thank you!