Functions in Firebase authentication

Is there anyway to use these features from firebase?
Email verification
Phone verification
:point_down:


you can send email verification but not sms verification

1 Like

Can you please tell how to do that?

check this link https://firebase.google.com/docs/reference/rest/auth/#section-send-email-verification

1 Like

Thanks…
But I didn’t get anything… :joy::joy::joy::joy:

hahaha Let me show you a example wait a minute

1 Like

actually you cannot send email verification but you can send password verification sorry for my mistake

1 Like

Okay.
Please tell me what you know…
Perhaps that would help :thinking:

you can only Send password reset email using firebase

1 Like

Can you please tell how to do that?

forgetpass.aia (269.4 KB)
use this aia to send password reset email and mark my post as solution.

3 Likes

Off course…
I’ll try it and if it helps me it’s the solution :metal:

1 Like

I can create extension for phone no verification using firebase.
That’s need sponcer. Whose walt PM me

1 Like

I privately messaged you. Please check

1 Like

Can you fix the link?

2 Likes

forgetpass.aia (269.4 KB)

Use this.

2 Likes

Thanks.
How do I verify my email address?
I tried to use this block:
component_method
But it shows me an error message

2 Likes

You have to create user before verify

2 Likes

I’ve already made sure the user is logged in (so that’s not the problem)

1 Like

New firebase authentication component solved the problem