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

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -