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
Post a Comment