-
-
Notifications
You must be signed in to change notification settings - Fork 206
logout and getCurrentUserFromServer give unexpected results #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also :
|
Can you try it in the master branch please? Is the same or its working? |
i think the problem that you don't clear cache of ParseUser().currentUser ,, and getCurrentUserfromServer ,, is working on 1.0.7 ,1.0.10 and master and no luck with develop for reference working on master : flutter_parse_sdk-62dbcc0ce305804d2adc5652e847dce7ceeb76fd |
Will look at now. |
getCurrentUserFromServer is fixed on develop. Still looking into logout issues. Could be related. |
Fixed in v1.0.12 |
Pubspec :
// Success login
and :
returns
then i try
and :
returns the same object
so ? he didn't logout ?!
The text was updated successfully, but these errors were encountered: