I don't understand well the document of Cloud Function provided on the firebase website so I had been watching cloud function Cron Jobs from "Firecast" on YouTube channel "Firebase" (I don`t know why they are all deleted now. why!?)
recently, there are new videos related to the cloud function has been created, so I watched it but the problem is all of them are implemented in javascript.
I am making an Android app and I wonder if I can use Cloud Function Cron Jobs on Android.
I've seen the documentation guideline, but it seems to me (perhaps because of my bad English) using the cloud function in Android seems to have a lot less functionality(features) than when using the cloud function in javascript. (for example, is it able to use Publish/Subscribe system on android-app also? not just http request)
I have to delete a certain amount of data every day. I want to allow users to use "some features" of my app for the number of times allowed per day. So the next day the count should be 0 again.
so my question is, is it nothing problem to use Cloud Function now on Android? (Cron Jobs)
replying me would be really grateful to me thank you for reading this