Last active
April 19, 2020 17:02
-
-
Save armanso/4f109ee066a252579d15b49895493c51 to your computer and use it in GitHub Desktop.
Firebase init index
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.appReviews = functions.runWith({ timeoutSeconds: 5 * 60 }) | |
.pubsub | |
.schedule('every 15 minutes').onRun(async context => { | |
// magic gonna happen here! | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment