Skip to content

Commit 6291ec1

Browse files
committed
[Release] v0.2.7
1 parent acc1f14 commit 6291ec1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ These extensions enable you to quickly add rich social experiences to your appli
2222
**Authenticate with Stream Chat using Firebase Authentication**
2323

2424
This extension allows you to:
25+
2526
- Securely generate Stream Chat user tokens using Firebase Authentication
2627
- Synchronize your Firebase Authentication user records with Stream Chat
2728
- Support all Firebase Authentication methods (email/password, Google, Apple, Facebook, etc.)
@@ -33,6 +34,7 @@ This extension allows you to:
3334
**Authenticate with Stream Feeds using Firebase Authentication**
3435

3536
This extension allows you to:
37+
3638
- Securely generate Stream Activity Feeds user tokens using Firebase Authentication
3739
- Synchronize your Firebase Authentication users with Stream Activity Feeds
3840
- Support all Firebase Authentication methods (email/password, Google, Apple, Facebook, etc.)
@@ -44,6 +46,7 @@ This extension allows you to:
4446
**Sync Firestore with Activity Feeds**
4547

4648
This extension allows you to:
49+
4750
- Automatically create Activity Feeds from data in a Firestore collection
4851
- Keep your Firestore data in sync with Stream Activity Feeds in real-time
4952
- 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
8285

8386
### Runtime Strategy
8487

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`.
8689

8790
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.
8891

@@ -124,4 +127,4 @@ Stream is growing and we're constantly looking for talented individuals to join
124127

125128
## License
126129

127-
[Apache-2.0](./LICENSE)
130+
[Apache-2.0](./LICENSE)

0 commit comments

Comments
 (0)