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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ These extensions enable you to quickly add rich social experiences to your appli
22
22
**Authenticate with Stream Chat using Firebase Authentication**
23
23
24
24
This extension allows you to:
25
+
25
26
- Securely generate Stream Chat user tokens using Firebase Authentication
26
27
- Synchronize your Firebase Authentication user records with Stream Chat
27
28
- Support all Firebase Authentication methods (email/password, Google, Apple, Facebook, etc.)
@@ -33,6 +34,7 @@ This extension allows you to:
33
34
**Authenticate with Stream Feeds using Firebase Authentication**
34
35
35
36
This extension allows you to:
37
+
36
38
- Securely generate Stream Activity Feeds user tokens using Firebase Authentication
37
39
- Synchronize your Firebase Authentication users with Stream Activity Feeds
38
40
- Support all Firebase Authentication methods (email/password, Google, Apple, Facebook, etc.)
@@ -44,6 +46,7 @@ This extension allows you to:
44
46
**Sync Firestore with Activity Feeds**
45
47
46
48
This extension allows you to:
49
+
47
50
- Automatically create Activity Feeds from data in a Firestore collection
48
51
- Keep your Firestore data in sync with Stream Activity Feeds in real-time
49
52
- Leverage Stream's powerful feed infrastructure while using Firestore as your database
@@ -82,7 +85,7 @@ Each extension can be installed using either the Firebase Console or the Firebas
82
85
83
86
### Runtime Strategy
84
87
85
-
These extensions target the `nodejs20` runtime on **1st-gen** Cloud Functions, and intentionally stay on `firebase-functions/v1`.
88
+
These extensions target the `nodejs20` runtime on **1st-gen** Cloud Functions (as of v0.2.7), and intentionally stay on `firebase-functions/v1`.
86
89
87
90
Firebase Extensions deploy these triggers as Gen1 functions. Gen1 does not reliably support `nodejs22` across regions and projects ([issue #711](https://github.com/GetStream/stream-firebase-extensions/issues/711), [#787](https://github.com/GetStream/stream-firebase-extensions/issues/787)). Auth event triggers are not available on Gen2 yet, so we use `nodejs20` rather than a partial Gen2 migration.
88
91
@@ -124,4 +127,4 @@ Stream is growing and we're constantly looking for talented individuals to join
0 commit comments