Can we sign in with phone in Moralis

Can you please tell can we register user with Phone Auth which will be verified with OTP. @cryptokid

can you give more details about what you mean?

you want to verify users with phone? it could be easier to verify them with eth signature

I want to sign in users with Phone:

  1. Users will enter its phone number then a OTP will be sent on that mobile number.
  2. User will enter OTP, Then the user will be registered or login with phone number.

Moralis doesnโ€™t have this type of authentication.

Can we sign in with google auth with firebase in Moralis ?

you can implement that type of authentication if you want, moralis in particular doesnโ€™t include that type of authentication, but in your own backend you can implement any time of authentication. Moralis only has an API for the authentication that works with a signature that usually is done with a wallet application