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
The newly added loginWith() method directly ParseUser object instead of ParseResponse.
We should try to keep the api consistent, what is the reason of not using _loginWith() as public interface and put the functionality of current loginWith() in application if needed?
The text was updated successfully, but these errors were encountered:
The newly added loginWith() method directly ParseUser object instead of ParseResponse.
We should try to keep the api consistent, what is the reason of not using _loginWith() as public interface and put the functionality of current loginWith() in application if needed?
The text was updated successfully, but these errors were encountered: