Changes

Jump to: navigation, search

A Cloud Functions and Firebase Cloud Storage Example

15 bytes removed, 18:27, 29 August 2017
no edit summary
The chapter entitled [[An Overview of Firebase Cloud Functions]] introduced the basic concepts of working with Cloud Functions and Firebase Cloud Storage, including uploading and downloading files from within a cloud function. This chapter will work through the implementation of a cloud function intended to be triggered whenever an image file is uploaded to a storage bucket. The function will download the image file, convert it to monochrome then upload the converted file.
== The CloudStorage App ==

Navigation menu