-
Notifications
You must be signed in to change notification settings - Fork 3.9k
RTDB v2 Triggers #1000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTDB v2 Triggers #1000
Conversation
2nd-gen/uppercase/README.md
Outdated
## 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. |
There was a problem hiding this comment.
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."
There was a problem hiding this comment.
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. | ||
|
There was a problem hiding this comment.
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...."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this 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....
Adds sample for
uppercase
using v2 functions.