Closed
Description
Hi,
Whenever an anonymous user is registered, the "authData" column for that user becomes:
{"anonymous": null}
This differs (I believe) from the behavior of hosted Parse in that hosted Parse would simply omit the authData column if it ever encountered this value.
The current behavior of parse-server with regard to this doesn't seem to affect the iOS SDK, but does cause a few problems with the Android SDK.
I filed an issue against the Android SDK, and I was told this was a parse-server issue.
How should I proceed?