You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2nd-gen/uppercase/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
# Firebase SDK for Cloud Functions 2nd Gen Quickstart - Realtime Database
2
2
3
-
This quickstart demonstrates using **Firebase SDK for Cloud Functions**setup with a **Firebase database**.
3
+
This quickstart demonstrates using **Firebase SDK for Cloud Functions** with **Firebase Realtime Database**.
4
4
5
5
6
6
## Introduction
7
7
8
8
This sample app does two things:
9
-
- 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.
10
-
- When a message gets added in the Realtime Database, a v2 Firebase Function triggers and automatically makes these messages all uppercase.
9
+
- Create messages in the Firebase Realtime Database using a simple HTTPS request which is handled by a v2 HTTPS function. Writing to the Realtime Database is done using the Firebase Admin SDK.
10
+
- When a message gets added in the Realtime Database, a v2 function triggers and automatically makes these messages all uppercase.
11
11
12
12
## Deploy and try out
13
13
14
14
To deploy and try out the sample:
15
15
16
-
- Create a Firebase project on the [Firebase Console](https://console.firebase.google.com)
16
+
- Create a Firebase project using the [Firebase console](https://console.firebase.google.com)
17
17
- Install the required dependencies by running `npm install` in the `functions` directory
18
18
- Deploy your project's code using `firebase deploy`
19
-
- Create a message by opening the querying the functions url from your browser.
19
+
- Create a message by opening the querying the functions URL from your browser.
20
20
21
-
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.
21
+
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 in uppercase.
22
22
23
23
## Contributing
24
24
25
-
We'd love that you contribute to the project. Before doing so please read our [Contributor guide](../../CONTRIBUTING.md).
25
+
We'd love you to contribute to the project. Before doing so please read our [Contributor guide](../../CONTRIBUTING.md).
0 commit comments