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
When you retrieve an object (ParseUser) from server, it will be dirty (have all it's fields in _unsavedChildren) from the start. Is this intended? Why? If not, do you think it makes sense to change it so only changed fields are dirty? This, for example, causes verification email sent twice if you change ParseUser before email is verified (because email field is saved).
The text was updated successfully, but these errors were encountered:
When you retrieve an object (ParseUser) from server, it will be dirty (have all it's fields in _unsavedChildren) from the start. Is this intended? Why? If not, do you think it makes sense to change it so only changed fields are dirty? This, for example, causes verification email sent twice if you change ParseUser before email is verified (because email field is saved).
The text was updated successfully, but these errors were encountered: