You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lauren Long 688a427162 omit path in DeltaSnapshot constructor in unit test to reduce confusion 8 years ago
..
functions omit path in DeltaSnapshot constructor in unit test to reduce confusion 8 years ago
README.md Updating the deploy instructions for the RTDB quickstart 8 years ago
firebase.json Adding the "uppercase" quickstart that will be included in the docs. 8 years ago

README.md

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
  • 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.