Skip to content

Commit 9a9a1c5

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/CHANGELOG.md
Co-authored-by: Nick Cooke <[email protected]>
1 parent ce0da47 commit 9a9a1c5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

FirebaseAI/CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Unreleased
2-
- [feature] Added support for using App Check's `limitedUseTokens` feature when generating tokens.
3-
This must be explicitly enabled via the new `FirebaseAI.Config` struct, when initializing an
4-
instance of `FirebaseAI`. While [replay protection](https://firebase.google.com/docs/app-check/custom-resource-backend#replay-protection)
5-
is not currently supported for the Firebase AI Logic SDK, we plan to roll it out in the future. As
6-
such, consumers should migrate to using `limitedUseTokens` _now_, so that when replay protection
7-
support is added, consumers can enable it without breaking their app for users.
2+
- [feature] Added a new configuration option to require limited-use App
3+
Check tokens for attesting Firebase AI Logic requests. This enhances
4+
security against replay attacks. To use this feature, configure it
5+
explicitly via the new `FirebaseAI.Config` struct when initializing
6+
`FirebaseAI`. We recommend migrating to limited-use tokens now, so
7+
your app will be ready to take advantage of replay protection when
8+
it becomes available for Firebase AI Logic.
89

910
# 12.0.0
1011
- [added] Added support for Grounding with Google Search. (#15014)

0 commit comments

Comments
 (0)