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
public void signUpInBackground(SignUpCallback callback) {
}
public static void loginInBackground(String username, String password, LoginCallback callback) {
}
empty methods.
The text was updated successfully, but these errors were encountered:
lxknvlk
changed the title
signUpInBackground and loginInBackground are not implemented
ParseUser.signUpInBackground, ParseUser.loginInBackground and ParseUser.logOut are not implemented
Jul 10, 2018
Yeah I encountered this while building an app, not realizing they were not implemented. You can't currently store sessions on a Java web app (like Springboot) using Parse (and I don't think the devs here have or will be working on it anytime soon). You may have to use the Javascript SDK instead of Java unless you build these methods yourself, unfortunately. I wouldn't know how at the moment, nor have the time.
This is what there is:
empty methods.
The text was updated successfully, but these errors were encountered: