Skip to main content

Anonymous Login

Prerequisites

Before getting started with this section:

Enable Anonymous Authentication in Firebase

To enable Anonymous authentication, first go to your Firebase console and enable the authentication provider:

Add Anonymous Login Action

  1. On the button designated for anonymous authentication, add a new Action.

  2. Search for and select the Log In action (located under Backend/Database > Firebase Authentication).

  3. Set the Auth Provider to Anonymous.

  4. Enable the Create User Document toggle and set the Collection to users. This action will create an entry for the user in the database without any details upon successful login.

info

To let users log out of your app, you can use the Logout action.