Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Yanifska on May 17, 2014, 12:27:02 PM

Title: Parse User Query
Post by: Yanifska on May 17, 2014, 12:27:02 PM
Hi,
I just found out I will need Parse User Query to be able to retrieve user data.
For example I want to find the ObjectId of a user that has a certain property value. The regular Object Query returns nothing.
Here is the link to the doc:
https://parse.com/docs/unity_guide#users-querying

thank you !
Yaniv
Title: Re: Parse User Query
Post by: jeanfabre on May 28, 2014, 01:15:28 AM
Hi,

 yes, not everything is yet implemented in my package. It will come with time.

Bye,

 Jean
Title: Re: Parse User Query
Post by: Bellesteck on June 21, 2014, 11:10:46 PM
Hey Jean,
          could you pretty please create a "Parse Object (Get/Set) Properties" action, where multiple properties may be "Get" or "Set" with one request? just asking because this will save requests on the parse server (money for me ;D) and will make large classes easier to manage. hope it wont be too difficult? I'm not a very good programmer, but I will help in any way I can if I can. Just let me know.

Marshall
Title: Re: Parse User Query
Post by: jeanfabre on July 03, 2014, 01:00:59 AM
Hi,

 Using set or get property doesn't call the server, so it doesn't cost you anything, it's only when you call "save async" that your changes are pushed to the parse server, and it's only when you retrieve an object from the server that it costs you.

Does that make sense?

I'll add a way to set get multiple properties, but that won't have any effect on Parse metering and monthly cost.

 Bye,

 Jean
Title: Re: Parse User Query
Post by: Bellesteck on July 03, 2014, 10:56:01 PM
Ya it makes sense now. :)
Sorry for duplicate.
Title: Re: Parse User Query
Post by: jeanfabre on July 05, 2014, 04:38:48 AM
Hi,

 No worries :)

 Bye,

 Jean