mars

Firebase Auth

 

Firebase Auth

Firebase Auth component is used to authenticate users.

Example

Creating a new user with given username and password.

example



Blocks

create user with email and password

Create a new user with given email and password.

create user

TYPEEXPLANATIONREQUIRED
Firebase AuthFirebase Auth ComponentYes
StringEmailYes
StringPasswordYes

sign in user with email and password

Sign in a user with given email and password.

sign in user

TYPEEXPLANATIONREQUIRED
Firebase AuthFirebase Auth ComponentYes
StringEmailYes
StringPasswordYes

sign in anonymously

Sign in a user with an anonymous credential.

sign in anonymously

TYPEEXPLANATIONREQUIRED
Firebase AuthFirebase Auth ComponentYes

is logged in

True if logged in.

is logged in

get email

Retrieve the email of the current user.

get email

get Uid

Retrieve the unique identification of the current user.

get uid

send password reset email to

Send a password reset email to the given email.

create user

TYPEEXPLANATIONREQUIRED
Firebase AuthFirebase Auth ComponentYes
StringEmail addressYes

sign out

Sign out the logged in user.

sign out

Events

onCreateUserComplete

Triggered after create user block is used.

onSignInUserComplete

Triggered after sign in user block is used.

onResetPasswordEmailSent

Triggered after reset password block is used.

Post a Comment

0 Comments