Skip to content

Conversation

colerogers
Copy link
Collaborator

Adds sample for uppercase using v2 functions.

@colerogers colerogers requested a review from jhuleatt August 16, 2022 15:25
## Introduction

This sample app does two things:
- Create messages in the Firebase Realtime Database using a simple HTTPS request which is handled by a v2 HTTPS Firebase Function. Writing to the Realtime Database is done using the Firebase Admin SDK.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check with egilmorez, but here the usage is closer to "...a v2 HTTPS function."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

This sample app does two things:
- Create messages in the Firebase Realtime Database using a simple HTTPS request which is handled by a v2 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 v2 Firebase Function triggers and automatically makes these messages all uppercase.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check with egilmorez... "...a v2 function triggers and...."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

@markarndt markarndt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully my individual comments are preserved after this review is submitted....

@colerogers colerogers merged commit 87e297f into main Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants