Skip to content

Firebase Authentication

Non-Visible component
Category Requires Version
Google API 21, Android 5.0 Lollipop 4

Overview

A non-visible component that lets users sign in using authentication services provided by Firebase.

Permissions

Events

Current User Failed

Triggers when the current Firebase User failed to load

Current User Success

Triggers when the current Firebase User was successful loaded

Param Type
user ID Text
name Text
email Text
phone Number Text
profile Picture Text

Email Verification Sent

Triggers when the 'Verify Email' request is completed. Returns true if the verification email was sent successfully.

Param Type
success Boolean

Got Id Token

Triggers when the 'Get Id Token' got a result. If there was a error it returns a empty text.

Param Type
id Token Text

Login Failed

Triggers when the Firebase Login failed

Param Type
provider Text

Login Success

Triggers when the Firebase Login was successful

Param Type
provider Text
user ID Text
name Text
email Text
phone Number Text
profile Picture Text

Reset Password Email Done

Triggers when the 'Send Reset Password Email' got a result. Returns true if the reset email was send.

Param Type
success Boolean

Sign Up Failed

Triggers when the Firebase Sign Up failed

Param Type
provider Text
message Text

Sign Up Success

Triggers when the Firebase Sign Up failed

Param Type
provider Text
user ID Text
name Text
email Text
phone Number Text
profile Picture Text

User Update Failed

Triggers when updating of the user failed

Param Type
type Text

User Update Success

Triggers when updating of the user was successful

Param Type
type Text

Methods

Email Password Login

Try to let the user sign in with Email and Password

Param Type
email Text
password Text

Email Password Sign Up

Create a new user by Email and Password

Param Type
email Text
password Text

Get Current User

Try to get the user that is signed in

Get Id Token

Get the id token from the current user.

Google Sign In

Try to let the user sign in with Google

Is Signed In

Returns: Boolean

Check if the user is signed in

Logout

Log the current user out

Phone Number Sign In

Try to let the user sign in with a Phone Number

Param Type
phone Number Text

Send Reset Password Email

Get the id token from the current user.

Param Type
email Text

Update Email

Try to update the email of the current user (The user must have been recently signed in)

Param Type
email Text

Update Phone Number

Try to update the phone number of the current user (The user must have been recently signed in)

Param Type
phone Number Text

Update Profile

Try to update the profile of the current user (The user must have been recently signed in)

Param Type
name Text
profile Picture Text

Verify Email

Verify the Email

Verify Phone Code

Verify the SMS code

Param Type
code Text