Skip to content

Files

Latest commit

7d1f655 · Feb 27, 2018

History

History
 
 

uppercase

Firebase SDK for Cloud Functions Quickstart - Realtime Database

This quickstart demonstrates using Firebase SDK for Cloud Functions setup with a Firebase database.

Introduction

This sample app does two things:

  • Create messages in the Firebase Realtime Database using a simple HTTPS request which is handled by an HTTPS Firebase Function. Writing to the Realtime Database is done using the Firebase Admin SDK.
  • When a message gets added in the Realtime Database, a Firebase Function triggers and automatically makes these messages all uppercase.

Deploy and test

To deploy and test the sample:

The function executes and redirects the browser to the Firebase console at the database location where the text string was stored. You should see your text value displayed in the console and uppercase.

Contributing

We'd love that you contribute to the project. Before doing so please read our Contributor guide.

License

© Google, 2016. Licensed under an Apache-2 license.