You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that there are 2 login-related interfaces, one is login using username to log in, the other is loginWith, can loginWith log in using email? Is there an example? Thanks
The text was updated successfully, but these errors were encountered:
Hy @zakiso,
loginWith its used to link your users with services like Twitter and Facebook, enabling your users to sign up or log into your application using their existing identities.
Get authdata using Facebook Login ou Google Sign and send authdata to Parse.
Only username is needed. I usually adopt username equal to the user's email.
I see that there are 2 login-related interfaces, one is login using username to log in, the other is loginWith, can loginWith log in using email? Is there an example? Thanks
The text was updated successfully, but these errors were encountered: