Email and password
Authentication Methods
The MoonSDK
class provides the following authentication methods:
1. Email and Password Authentication
The signUp
and signInWithPassword
methods allow users to create an account or sign in using their email address and password. Here's how to use them:
2. Phone Number Authentication
The signInWithPhone
method allows users to sign in using their phone number and password. Here's how to use it:
Last updated