Find out how to manage authentication methods of your project
Overview
The "Auth method" tab is visible for the project owner role only
Auth settings column values are masked by default. You can reveal the real value by clicking on the button and hide it back by clicking on the button
Methods
Client applications can use these methods for User authentication. See parameter "auth_method" in SDK or REST API /user/login. Each project user should be registered in the project.
The project can use more than one user authentication method. The Platform supports the following authentication methods:
Anonymous
anonymous - anonymous authentication method. A user device will be registered as an anonymous user without any additional details.
Auth Settings:
Firebase
firebase - this user authentication method supports the Google Firebase Authentication Service.
This service supports different user sign-in methods - Email/password, Phone,Google, Facebook, Microsoft, Apple and more.
If a user signs in on 2 or more devices using the same account, all devices will be assigned to that user account.
Auth Settings:
where "firebase_api_key" is the key of the Firebase project. To learn how to create a Firebase project, refer to this:
If you have a User authentication service, we can make a plugin and support your service for your projects. Requirements for the Plugin are listed here: