android - How can I limit posts to my parse.com database based on time of day? -


my app allows users save "guess" database on parse, want cut off these guesses @ time, example 5:00 pm cst, , prevent multiple submissions same person. advice on how go this?

you can create beforesave function in cloud code , reject saves outside of timespan.

https://www.parse.com/docs/js/guide#cloud-code-beforesave-triggers


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -