File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
* The new Firebase AI SDK provides ** public preview** support for the
6
6
[ Gemini Developer API] ( https://ai.google.dev/gemini-api/docs ) {: .external}, including its free tier offering.
7
7
* Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
8
- * [ feature] ** Public Preview:** Added support for specifying response modalities in GenerationConfig
8
+ * [ feature] ** Preview:** Added support for specifying response modalities in ` GenerationConfig `
9
9
(only available in the new ` firebase-ai ` package). This includes support for image generation using
10
- specific Gemini models; for details, see https://firebase.google.com/ docs/vertex-ai/models .
10
+ [ specific Gemini models] ( / docs/vertex-ai/models) .
11
11
12
- Note: This feature is in Public Preview and relies on experimental models , which means that it is not subject to any SLA or
12
+ Note: This feature is in Public Preview, which means that it is not subject to any SLA or
13
13
deprecation policy and could change in backwards-incompatible ways.
14
14
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ fixed] Fixed ` NetworkOnMainThreadException ` on Android versions below 8 by disconnecting
3
- HttpURLConnection only on API levels 26 and higher. GitHub Issue [ #6934 ]
3
+ ` HttpURLConnection ` only on API levels 26 and higher. GitHub Issue [ #6934 ]
4
4
5
5
# 22.1.1
6
6
* [ fixed] Fixed an issue where the connection to the real-time Remote Config backend could remain
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
- * [ changed] Code robustness improvements related to state management in
2
+ * [ changed] Improved code robustness related to state management in
3
3
` FirebaseDataConnect ` objects.
4
4
([ #6861 ] ( https://github.com/firebase/firebase-android-sdk/pull/6861 ) )
5
5
You can’t perform that action at this time.
0 commit comments