App Engine Cron with Google Cloud Functions for Firebase

Status

Status: Archived

This library is no longer actively maintained. We do not recommend using this library in production.

If you maintain a fork of this library that you believe is healthier than the official version, we may consider recommending your fork. Please open a Pull Request if you believe that is the case.

Introduction

This repo is now DEPRECATED because it is no longer necessary. As of April 2019 Cloud Functions for Firebase now has first class support for scheduled functions.

Documentation: https://firebase.google.com/docs/functions/schedule-functions

Code Sample: https://github.com/firebase/functions-samples/tree/master/delete-unused-accounts-cron

Original Announcement: https://firebase.googleblog.com/2019/04/schedule-cloud-functions-firebase-cron.html

License

Copyright 2018 Google Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.