Firebase Cloud Function(Cron Jobs) in Android is it able? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Cloud Functions for Firebase trigger on time?Cloud Functions for Firebase - Is this similar to “Cloud Code” in parse?Android Firebase and Stripe IntegrationGoogle Cloud IOT- Device Configuration via Firebase/cloud functions?Understanding the Firebase and purpose of google cloud functionsImplement callable cloud functions in Firebase client appFirebase Cloud Functions and Android Push NotificationAllow paypal as payment method using firebase cloud functionsUsing Cron Jobs with FirebaseCall Firebase Cloud Functions AndroidHow to schedule python script in google cloud without using cron jobs?

Why are vacuum tubes still used in amateur radios?

Google .dev domain strangely redirects to https

Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode

Is CEO the "profession" with the most psychopaths?

What to do with repeated rejections for phd position

What does Turing mean by this statement?

How were pictures turned from film to a big picture in a picture frame before digital scanning?

Would it be easier to apply for a UK visa if there is a host family to sponsor for you in going there?

Significance of Cersei's obsession with elephants?

Karn the great creator - 'card from outside the game' in sealed

Time evolution of a Gaussian wave packet, why convert to k-space?

Dynamic filling of a region of a polar plot

If the probability of a dog barking one or more times in a given hour is 84%, then what is the probability of a dog barking in 30 minutes?

Sum letters are not two different

How many morphisms from 1 to 1+1 can there be?

macOS: Name for app shortcut screen found by pinching with thumb and three fingers

If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?

How does the math work when buying airline miles?

How do I find out the mythology and history of my Fortress?

What order were files/directories output in dir?

Misunderstanding of Sylow theory

How much damage would a cupful of neutron star matter do to the Earth?

Do I really need to have a message in a novel to appeal to readers?

An adverb for when you're not exaggerating



Firebase Cloud Function(Cron Jobs) in Android is it able?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!Cloud Functions for Firebase trigger on time?Cloud Functions for Firebase - Is this similar to “Cloud Code” in parse?Android Firebase and Stripe IntegrationGoogle Cloud IOT- Device Configuration via Firebase/cloud functions?Understanding the Firebase and purpose of google cloud functionsImplement callable cloud functions in Firebase client appFirebase Cloud Functions and Android Push NotificationAllow paypal as payment method using firebase cloud functionsUsing Cron Jobs with FirebaseCall Firebase Cloud Functions AndroidHow to schedule python script in google cloud without using cron jobs?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















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










share|improve this question
























  • I was a fool I wanna delete my question

    – marsho
    Mar 29 at 20:28

















0















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










share|improve this question
























  • I was a fool I wanna delete my question

    – marsho
    Mar 29 at 20:28













0












0








0








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










share|improve this question
















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







android firebase google-cloud-functions






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 11:31







marsho

















asked Mar 22 at 10:58









marshomarsho

327




327












  • I was a fool I wanna delete my question

    – marsho
    Mar 29 at 20:28

















  • I was a fool I wanna delete my question

    – marsho
    Mar 29 at 20:28
















I was a fool I wanna delete my question

– marsho
Mar 29 at 20:28





I was a fool I wanna delete my question

– marsho
Mar 29 at 20:28












1 Answer
1






active

oldest

votes


















1














Cloud Functions run on Google's servers, and can be written (at least from the Firebase perspective) in JavaScript or TypeScript. Cloud Functions do not run on your Android device, although they can be called from there.



Making a Cloud Function run on a schedule is unrelated to Android. Have a look at this question for your options: Cloud Functions for Firebase trigger on time?






share|improve this answer























  • I don't understand what you're trying to accomplish. A cron job is a task that runs at a schedule. When you implement that with Cloud Functions, Android is not involved with it at all. You can definitely call (Callable or HTTPS) Cloud Functions from Android, but that's unrelated to cron jobs.

    – Frank van Puffelen
    Mar 22 at 23:31











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55298168%2ffirebase-cloud-functioncron-jobs-in-android-is-it-able%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














Cloud Functions run on Google's servers, and can be written (at least from the Firebase perspective) in JavaScript or TypeScript. Cloud Functions do not run on your Android device, although they can be called from there.



Making a Cloud Function run on a schedule is unrelated to Android. Have a look at this question for your options: Cloud Functions for Firebase trigger on time?






share|improve this answer























  • I don't understand what you're trying to accomplish. A cron job is a task that runs at a schedule. When you implement that with Cloud Functions, Android is not involved with it at all. You can definitely call (Callable or HTTPS) Cloud Functions from Android, but that's unrelated to cron jobs.

    – Frank van Puffelen
    Mar 22 at 23:31















1














Cloud Functions run on Google's servers, and can be written (at least from the Firebase perspective) in JavaScript or TypeScript. Cloud Functions do not run on your Android device, although they can be called from there.



Making a Cloud Function run on a schedule is unrelated to Android. Have a look at this question for your options: Cloud Functions for Firebase trigger on time?






share|improve this answer























  • I don't understand what you're trying to accomplish. A cron job is a task that runs at a schedule. When you implement that with Cloud Functions, Android is not involved with it at all. You can definitely call (Callable or HTTPS) Cloud Functions from Android, but that's unrelated to cron jobs.

    – Frank van Puffelen
    Mar 22 at 23:31













1












1








1







Cloud Functions run on Google's servers, and can be written (at least from the Firebase perspective) in JavaScript or TypeScript. Cloud Functions do not run on your Android device, although they can be called from there.



Making a Cloud Function run on a schedule is unrelated to Android. Have a look at this question for your options: Cloud Functions for Firebase trigger on time?






share|improve this answer













Cloud Functions run on Google's servers, and can be written (at least from the Firebase perspective) in JavaScript or TypeScript. Cloud Functions do not run on your Android device, although they can be called from there.



Making a Cloud Function run on a schedule is unrelated to Android. Have a look at this question for your options: Cloud Functions for Firebase trigger on time?







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 22 at 14:40









Frank van PuffelenFrank van Puffelen

248k31394423




248k31394423












  • I don't understand what you're trying to accomplish. A cron job is a task that runs at a schedule. When you implement that with Cloud Functions, Android is not involved with it at all. You can definitely call (Callable or HTTPS) Cloud Functions from Android, but that's unrelated to cron jobs.

    – Frank van Puffelen
    Mar 22 at 23:31

















  • I don't understand what you're trying to accomplish. A cron job is a task that runs at a schedule. When you implement that with Cloud Functions, Android is not involved with it at all. You can definitely call (Callable or HTTPS) Cloud Functions from Android, but that's unrelated to cron jobs.

    – Frank van Puffelen
    Mar 22 at 23:31
















I don't understand what you're trying to accomplish. A cron job is a task that runs at a schedule. When you implement that with Cloud Functions, Android is not involved with it at all. You can definitely call (Callable or HTTPS) Cloud Functions from Android, but that's unrelated to cron jobs.

– Frank van Puffelen
Mar 22 at 23:31





I don't understand what you're trying to accomplish. A cron job is a task that runs at a schedule. When you implement that with Cloud Functions, Android is not involved with it at all. You can definitely call (Callable or HTTPS) Cloud Functions from Android, but that's unrelated to cron jobs.

– Frank van Puffelen
Mar 22 at 23:31



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55298168%2ffirebase-cloud-functioncron-jobs-in-android-is-it-able%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript