Authentication in mobile App

Hey, can you please tell me how to Authenticate users in my Android App with Metamask ? @cryptokid

Hey @cryptokid can you please tell me how can I use the Authentication in Android or IOS app ?

what are you using now? usually wallet connect is used on mobile

Actually i am creating a social app on Android. I want to use the Metamask Authentication on my app. Can you please suggest me how can i do this ?

I want to use the Metamask Authentication in my Android app.

you could look at this tutorial specific to wallet connect

Moralis advertising themselves as Firebase alternative, if you dont support in Apps whats the use ?

We don’t really implement the part that opens metamask and signs the message, other libraries that are dedicated for that task are used, like wallet connect. We implement the authentication API part that provides a message to be signed and after that it validates the signature.

So can’t i use the metamask authentication in Android App ?

you can use it if you implement that authentication with wallet connect

it also can depend on what backend you are using