Skip to content

Commit 3203790

Browse files
committed
Format fix
1 parent 7902906 commit 3203790

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
(#6990)
4545
- [feature] **Breaking Change**: Add support for Grounding with Google Search (#7042).
4646
- **Action Required:** Update all references of `groundingAttributions`, `webSearchQueries`,
47-
`retrievalQueries` in `GroundingMetadata` to be non-optional.
47+
`retrievalQueries` in `GroundingMetadata` to be non-optional.
4848
- [changed] require at least one argument for `generateContent()`, `generateContentStream()` and
4949
`countTokens()`.
5050
- [feature] Added new overloads for `generateContent()`, `generateContentStream()` and
@@ -67,7 +67,7 @@
6767
- [changed] **Breaking Change**: Updated `SpeechConfig` to take in `Voice` class instead of `Voices`
6868
class.
6969
- **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice`
70-
class.
70+
class.
7171
- [fixed] Fix incorrect model name in count token requests to the developer API backend
7272

7373
# 16.0.0
@@ -76,7 +76,7 @@
7676
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported
7777
features and services.
7878
- The new Firebase AI SDK provides **Preview** support for the Gemini Developer API, including its
79-
free tier offering.
79+
free tier offering.
8080
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
8181

8282
If you're using the old `firebase-vertexai`, we recommend

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ library. The Kotlin extensions library has no additional updates.
135135
- [feature] The [appdistro] SDK has been split into two libraries:
136136

137137
- `firebase-appdistribution-api` - The API-only library<br> This new API-only library is
138-
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
139-
present. `firebase-appdistribution-api` can be included in all
140-
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
138+
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
139+
present. `firebase-appdistribution-api` can be included in all
140+
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
141141

142142
- `firebase-appdistribution` - The full SDK implementation<br> This full SDK implementation is
143-
optional and should only be included in pre-release builds.
143+
optional and should only be included in pre-release builds.
144144

145145
Visit the documentation to learn how to
146146
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) to your

firebase-appdistribution/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
- [feature] The [appdistro] SDK has been split into two libraries:
5757

5858
- `firebase-appdistribution-api` - The API-only library<br> This new API-only library is
59-
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
60-
present. `firebase-appdistribution-api` can be included in all
61-
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
59+
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
60+
present. `firebase-appdistribution-api` can be included in all
61+
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
6262

6363
- `firebase-appdistribution` - The full SDK implementation<br> This full SDK implementation is
64-
optional and should only be included in pre-release builds.
64+
optional and should only be included in pre-release builds.
6565

6666
Visit the documentation to learn how to
6767
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) to your

firebase-config/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Kotlin extensions library has no additional updates.
181181

182182
- [fixed] Fixed a bug that caused HTTP errors in some locales. For more information, see
183183
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
184-
class="external">GitHub Issue #3757</a>
184+
class="external">GitHub Issue #3757</a>
185185

186186
## Kotlin
187187

firebase-crashlytics/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Kotlin extensions library has no additional updates.
4040
- [fixed] Fixed NoSuchMethodError when getting process info on Android 13 on some devices [#6720]
4141
- [changed] Updated `firebase-sessions` dependency to v2.1.0
4242
- [changed] Add warning for known issue [b/328687152](https://issuetracker.google.com/328687152)
43-
[#6755]
43+
[#6755]
4444
- [changed] Updated datastore dependency to v1.1.3 to fix
45-
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8) [#6688]
45+
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8) [#6688]
4646

4747
## Kotlin
4848

firebase-firestore/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,9 @@ Kotlin extensions library has no additional updates.
584584
query operators.
585585

586586
- `Query.whereNotIn()` finds documents where a specified field's value is not in a specified
587-
array.
587+
array.
588588
- `Query.whereNotEqualTo()` finds documents where a specified field's value does not equal the
589-
specified value.
589+
specified value.
590590

591591
Neither query operator finds documents where the specified field isn't present.
592592

firebase-messaging/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -432,16 +432,16 @@ and should not be used. A fix for these issues was released on
432432
be aware of the following:
433433

434434
- The [messaging] registration tokens of installed instances of your apps might change once after
435-
updating dependencies to their latest versions. To learn if your apps are affected, review the
436-
<a href="//github.com/firebase/firebase-android-sdk/blob/main/firebase-installations/FCM_TOKENS_CHANGE.md"
437-
class="external">[firebase_installations] documentation</a>. Also, make sure to
438-
<a href="/docs/cloud-messaging/android/client#monitor-token-generation">monitor [messaging]
439-
registration token generation</a> using the <code>#onNewToken</code> implementation.
435+
updating dependencies to their latest versions. To learn if your apps are affected, review the
436+
<a href="//github.com/firebase/firebase-android-sdk/blob/main/firebase-installations/FCM_TOKENS_CHANGE.md"
437+
class="external">[firebase_installations] documentation</a>. Also, make sure to
438+
<a href="/docs/cloud-messaging/android/client#monitor-token-generation">monitor [messaging]
439+
registration token generation</a> using the <code>#onNewToken</code> implementation.
440440

441441
- Apps that use the Firebase auto-initialization process and the Gradle plugin to convert
442-
`google-services.json` into resources are unaffected. However, apps that create their own
443-
`FirebaseOptions` instances must provide a valid API key, Firebase project ID, and application
444-
ID.
442+
`google-services.json` into resources are unaffected. However, apps that create their own
443+
`FirebaseOptions` instances must provide a valid API key, Firebase project ID, and application
444+
ID.
445445

446446
# 20.1.0
447447

0 commit comments

Comments
 (0)