Skip to main content
POST

Recipes

1

1. Set the login

Set your login here.
2

2. Set the password

Set your password here.
3

3. As a result, the API returns a logged in user.

1

1. Set a social network provider

Set a firebase_phone as a social network provider.
2

2. Use a `firebase_phone` parameter to set Firebase data

3

3. Set Firebase project ID

Use a project_id parameter to set Firebase project ID.
4

4. Set Firebase access token

Use an access_token parameter to set Firebase access token.An access token is a token received from the social network after a user authenticates with it.
5

5. As a result, the API returns the logged in user.

1

1. Set a social network provider

Use a provider param to set a social network provider.
2

2. Use a `keys` parameter to set an access token

3

3. Set an access token

An access token is a token received from the social network after a user authenticates with it.
4

4. As a result, the API returns a logged in user.

After an application session has been created, lets your users to log in to their account with login/email and password. There are the following login options available:
  • Log in with login/email and password.
  • Log in via Facebook.
  • Log in via Firebase phone number (SMS).

Body Parameters

string
User login.
string
User email.
string
User password.
string
Possible providers: facebook, firebase_phone.
object
object

Headers

string
required
A user or application session token. See Authentication page to learn more about session tokens.

Responses

A successful response
object