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: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ different, commonly used JavaScript development patterns such as Typescript, Rea
30
30
31
31
Here is a set of minimal samples for each Cloud Functions trigger types.
32
32
33
-
### Quickstart: Uppercaser for [Realtime Database](/quickstarts/uppercase) or [Cloud Firestore](/quickstarts/uppercase-firestore)
33
+
### Quickstart: Uppercaser for [Realtime Database](/quickstarts/uppercase) or [Firestore](/quickstarts/uppercase-firestore)
34
34
35
-
This quickstart sample demonstrates using **Cloud Functions** triggered by **Firebase Realtime Database or Cloud Firestore events**. The function transforms message text written to Firestore to uppercase.
35
+
This quickstart sample demonstrates using **Cloud Functions** triggered by **Firebase Realtime Database or Firestore events**. The function transforms message text written to Firestore to uppercase.
36
36
37
37
### [HTTPS trigger quickstart: Time Server](/quickstarts/time-server)
38
38
@@ -192,10 +192,10 @@ Uses a Realtime Database trigger.
192
192
Integrates the Bit.ly API to shorten URLs automatically as they are added to the database.
193
193
Uses a Realtime Database trigger.
194
194
195
-
### Full-text search via Algolia for [Realtime Database](/fulltext-search) or [Cloud Firestore](/fulltext-search-firestore)
195
+
### Full-text search via Algolia for [Realtime Database](/fulltext-search) or [Firestore](/fulltext-search-firestore)
196
196
197
-
Enable full-text search on Firebase Database data or Cloud Firestore documents by using an Algolia hosted search service.
198
-
Uses a Realtime Database or Cloud Firestore trigger.
197
+
Enable full-text search on Firebase Database data or Firestore documents by using an Algolia hosted search service.
198
+
Uses a Realtime Database or Firestore trigger.
199
199
200
200
### [User data cleanup](/user-data-cleanup)
201
201
@@ -244,9 +244,9 @@ Uses an Analytics trigger.
244
244
This sample uses ffmpeg / fluent-ffmpeg and automatically converts audio files that are uploaded to Cloud Storage to FLAC file format with mono-channel audio @ 16000hz.
245
245
Uses a Storage trigger.
246
246
247
-
### [Presence for Cloud Firestore](/presence-firestore)
247
+
### [Presence for Firestore](/presence-firestore)
248
248
249
-
Build a simple online / offline status indicator for your users by leveraging Cloud Firestore and Realtime Database together.
249
+
Build a simple online / offline status indicator for your users by leveraging Firestore and Realtime Database together.
250
250
Uses a Realtime Database trigger.
251
251
252
252
### [Create Jira Issue upon new Crashlytics issue](/crashlytics-integration/jira-issue)
Copy file name to clipboardexpand all lines: generate-thumbnail/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ To deploy and test the sample:
29
29
- Deploy your project using `firebase deploy`
30
30
- Go to your project's [**Cloud Console > IAM & admin > IAM**](https://console.cloud.google.com/iam-admin/iam?project=_), Find the **App Engine default service account** and add the **Service Account Token Creator** role to that member. This will allow your app to create signed public URLs to the images.
31
31
- Go to the Firebase Console **Storage** tab and upload an image. After a short time an thumbnail image with the same name but a `thumb_` prefix will be created in the same folder (make sure you refresh the UI to see the new file).
32
-
- Go to the Firebase Console **Database** (Realtime Database not Cloud Firestore) tab and see that a child of `images` has been created containing the Signed URLs for both images.
32
+
- Go to the Firebase Console **Database** (Realtime Database not Firestore) tab and see that a child of `images` has been created containing the Signed URLs for both images.
Copy file name to clipboardexpand all lines: presence-firestore/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Presence in Firestore
2
2
3
-
This template shows you how to build a presence system (understanding which users are online / offline) in Cloud Firestore with some help from the Realtime Database. An explanation of why this is necessary, how it works, and what changes you need to implement in a client app can be found [in the docs](https://firebase.google.com/docs/firestore/solutions/presence).
3
+
This template shows you how to build a presence system (understanding which users are online / offline) in Firestore with some help from the Realtime Database. An explanation of why this is necessary, how it works, and what changes you need to implement in a client app can be found [in the docs](https://firebase.google.com/docs/firestore/solutions/presence).
Copy file name to clipboardexpand all lines: stripe/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Create Stripe customers and charge them on Cloud Firestore write
1
+
# Create Stripe customers and charge them on Firestore write
2
2
3
3
This sample shows you how to create Stripe customers when your users sign up, securely collect and store their payment details, and charge them when a new document is written to your Firestore.
0 commit comments