Reset password firebase

Hi, is it possible to add a button to reset the password for the user? I am using Firebase Authentication in my application, but how do I forget my password, I don’t have to reset it, how can I add a password reset button for my email? I don’t want to use external API.

So far you can not do this, but you can use an interface with an applet​:thinking:

1 Like

it is possible i am using it in my apps.
use firebase web api and web component.

using this firebase will automatically send password reset email.

1 Like

But how do I use the API? You can show sample blocks, because I do not know how to use such an API, @manishthetechguy

see this block arrangement


set gloabl password reset to this link :
https://www.googleapis.com/identitytoolkit/v3/relyingparty/getOobConfirmationCode?key=your firebase api key

mark this as solution if it works for you

4 Likes

thanks it worked

Thanks Huge!