Lahiru Maramba
Lahiru Maramba
Hi @allentv ! Thank you again for your contribution! We would like to propose the following API for Go SDK. I see similarities in your implementation (#396) but there are...
@allentv Good catch! Yes, the last struct should be: ``` type User struct { Email string ImageURL string Name string } ``` Thank you again for updating the PR! We...
Hi @adarshk-rapido, Thank you for your interest! Unfortunately, we are unable to provide a timeline for a new release with the remote config API at the moment. You can use...
Fixed in #517
Hi @allentv, Thank you for the feature request! Adding Remote Config support to Admin Python SDK is something we plan to work on. Unfortunately, I cannot promise you a timeline...
Hi @allentv ! That is great! You can start by [proposing an API](https://github.com/firebase/firebase-admin-go/issues/391#issuecomment-696375466) similar to what we did in the Go repo. Please also refer to the released RC APIs...
No problem! Thank you for you interest @allentv! We highly appreciate it!
Thank you @guneemwelloeux for your contribution! Would you be able to check the failing CIs? Thanks!
Thank you @bverhoeve and @santhoshivan23. The Admin SDK (including the Node.js SDK) does not support sending emails. You will have to generate the email links and use your own or...
Hey @oy321 , by JS did you mean the Firebase Web SDK? The Firebase Web SDK is a client sdk and supports authenticating users on the client side. The Firebase...