Skip to content

Latest commit

 

History

History
 
 

uppercase-firestore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Firebase SDK for Cloud Functions Quickstart - Cloud Firestore

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

Introduction

This sample app does two things:

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

Deploy and test

To deploy and test the sample:

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.