playMaker

Author Topic: Parse User Query  (Read 3488 times)

Yanifska

  • Full Member
  • ***
  • Posts: 163
    • My Portfolio
Parse User Query
« 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
Visit my portfolio: http://www.yanivcahoua.com/

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Parse User Query
« Reply #1 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

Bellesteck

  • Playmaker Newbie
  • *
  • Posts: 22
Re: Parse User Query
« Reply #2 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Parse User Query
« Reply #3 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

Bellesteck

  • Playmaker Newbie
  • *
  • Posts: 22
Re: Parse User Query
« Reply #4 on: July 03, 2014, 10:56:01 PM »
Ya it makes sense now. :)
Sorry for duplicate.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Parse User Query
« Reply #5 on: July 05, 2014, 04:38:48 AM »
Hi,

 No worries :)

 Bye,

 Jean