@aaronksaunders I just downloaded your project and it looks awesome but I found an issue creating new users. Here you have the line:
https://github.com/aaronksaunders/parse-starter-ionic/blob/master/www/js/user/services.js#L40
And here the fix:
user.set("username", _userParams.username);
Thank you for this awesome project!
@aaronksaunders I just downloaded your project and it looks awesome but I found an issue creating new users. Here you have the line:
https://github.com/aaronksaunders/parse-starter-ionic/blob/master/www/js/user/services.js#L40
And here the fix:
user.set("username", _userParams.username);Thank you for this awesome project!