We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af953ad commit 843dd43Copy full SHA for 843dd43
firebase-ai/CHANGELOG.md
@@ -7,6 +7,11 @@
7
configured.
8
* [changed] Added a `dilation` parameter to `ImagenMaskReference.generateMaskAndPadForOutpainting`
9
(#7260)
10
+* [feature] Added a new configuration option to use limited-use App Check tokens for attesting
11
+ Firebase AI Logic requests. This enhances security against replay attacks. To use this feature,
12
+ configure it explicitly via the new `useLimitedUseAppCheckTokens` parameter when initializing
13
+ `FirebaseAI`. We recommend migrating to limited-use tokens now, so your app will be ready to take
14
+ advantage of replay protection when it becomes available for Firebase AI Logic.
15
16
# 17.1.0
17
=======
0 commit comments