Custom Auth
Last updated
Was this helpful?
Last updated
Was this helpful?
When users sign in to your app, send their sign-in credentials (for example, their username and password) to your authentication server. Your server checks the credentials and returns a if they are valid.
After you receive the custom token from your authentication server, pass it to signInWithCustomToken
to sign in the user: