/Rexnews

Primary LanguageHTML

Rexnews

The following steps required to be in the correct root folder

CRON

$ cd /functions-cron/appengine

Download gcloud SDK

Install libs

$ pip install -t lib -r requirements.txt

Deploy

$ gcloud app deploy app.yaml

$ gcloud app deploy cron.yaml

Cloud Functions

$ cd /functions-cron/appengine

$ npm install

$ firebase deploy --only functions

Verify

Cron Job Page

Firebase Console

$ firebase functions:log

Reference

this google blog