"We" is Team Parse ;-) Right now we have four people, HN usernames csmajorfive, jamesjyu, tikhon, and lacker (me). If you ever have any questions or feedback on Parse, feel free to contact us at feedback@parse.com directly.
just one , it sucks when API returns null for not found instead of some form of NullObject
IMNSHO it would be nicer and semantically more pleasing to eye to have
if ( user.isLogged() ) {
} else {
}