I have an application that would record user's days since last logged-in so active users will be prioritized. I would jsut need to update a column everyday and increment one to it. Does anyone know how to do this? I have seen some threads regarding Parse scheduled jobs for Javascript but not Android.
Would I be able to deploy my own scheduled job on Parse Server? What language would this script be in and how? Any help is appreciated. Thank you!