Skip to content

Commit 07f43c7

Browse files
committed
1 parent 8ff653e commit 07f43c7

File tree

25 files changed

+112
-25
lines changed

25 files changed

+112
-25
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,61 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-11-17
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`firebase_database_platform_interface` - `v0.3.0`](#firebase_database_platform_interface---v030)
19+
- [`firebase_ai` - `v3.6.0`](#firebase_ai---v360)
20+
- [`firebase_crashlytics` - `v5.0.5`](#firebase_crashlytics---v505)
21+
- [`firebase_data_connect` - `v0.2.2`](#firebase_data_connect---v022)
22+
- [`firebase_database` - `v12.1.0`](#firebase_database---v1210)
23+
- [`firebase_remote_config_web` - `v1.10.1`](#firebase_remote_config_web---v1101)
24+
- [`firebase_database_web` - `v0.2.7+1`](#firebase_database_web---v0271)
25+
- [`firebase_remote_config` - `v6.1.2`](#firebase_remote_config---v612)
26+
27+
Packages with dependency updates only:
28+
29+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
30+
31+
- `firebase_database_web` - `v0.2.7+1`
32+
- `firebase_remote_config` - `v6.1.2`
33+
34+
---
35+
36+
#### `firebase_database_platform_interface` - `v0.3.0`
37+
38+
- **FEAT**(database): add support for Pigeon. Update iOS to Swift and Android to Kotlin ([#17686](https://github.com/firebase/flutterfire/issues/17686)). ([dac0b0bd](https://github.com/firebase/flutterfire/commit/dac0b0bd033b1c51446aedf0413740ef426877b8))
39+
40+
#### `firebase_ai` - `v3.6.0`
41+
42+
- **FEAT**(firebaseai): Added support for Server Prompt Template ([#17767](https://github.com/firebase/flutterfire/issues/17767)). ([8ff653e5](https://github.com/firebase/flutterfire/commit/8ff653e5bad247fe4f2f72afef45375606509d11))
43+
44+
#### `firebase_crashlytics` - `v5.0.5`
45+
46+
- **FIX**(crashlytics,ios): remove warning regarding legacy firebase_app_id_file.json file ([#17852](https://github.com/firebase/flutterfire/issues/17852)). ([fb93470e](https://github.com/firebase/flutterfire/commit/fb93470e13fc7afc40ee310cc85185e89cb63dd0))
47+
48+
#### `firebase_data_connect` - `v0.2.2`
49+
50+
- **FEAT**(database): add support for Pigeon. Update iOS to Swift and Android to Kotlin ([#17686](https://github.com/firebase/flutterfire/issues/17686)). ([dac0b0bd](https://github.com/firebase/flutterfire/commit/dac0b0bd033b1c51446aedf0413740ef426877b8))
51+
52+
#### `firebase_database` - `v12.1.0`
53+
54+
- **FEAT**(database): add support for Pigeon. Update iOS to Swift and Android to Kotlin ([#17686](https://github.com/firebase/flutterfire/issues/17686)). ([dac0b0bd](https://github.com/firebase/flutterfire/commit/dac0b0bd033b1c51446aedf0413740ef426877b8))
55+
56+
#### `firebase_remote_config_web` - `v1.10.1`
57+
58+
- **FIX**(firebase_remote_config,web): update getSource method call in RemoteConfig class and add test for getAll() method ([#17847](https://github.com/firebase/flutterfire/issues/17847)). ([71138573](https://github.com/firebase/flutterfire/commit/7113857365a8332a5feaac3fd5dbbda1b3a500ff))
59+
60+
661
## 2025-11-03 - [BoM 4.5.0](https://github.com/firebase/flutterfire/blob/main/VERSIONS.md#flutter-bom-450-2025-11-03)
762

863
### Changes

packages/firebase_ai/firebase_ai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.6.0
2+
3+
- **FEAT**(firebaseai): Added support for Server Prompt Template ([#17767](https://github.com/firebase/flutterfire/issues/17767)). ([8ff653e5](https://github.com/firebase/flutterfire/commit/8ff653e5bad247fe4f2f72afef45375606509d11))
4+
15
## 3.5.0
26

37
- **FEAT**(firebase_ai): add malformedFunctionCall reason to FinishReason enum and update tests ([#17834](https://github.com/firebase/flutterfire/issues/17834)). ([38fc083b](https://github.com/firebase/flutterfire/commit/38fc083b0f940158cb9aeb01fe9e9b96ed162e70))

packages/firebase_ai/firebase_ai/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
# Use with the CupertinoIcons class for iOS style icons.
2121

2222
cupertino_icons: ^1.0.6
23-
firebase_ai: ^3.5.0
23+
firebase_ai: ^3.6.0
2424
firebase_core: ^4.2.1
2525
firebase_storage: ^13.0.4
2626
flutter:

packages/firebase_ai/firebase_ai/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_ai
22
description: Firebase AI Logic SDK.
3-
version: 3.5.0
3+
version: 3.6.0
44
homepage: https://firebase.google.com/docs/vertex-ai/get-started?platform=flutter
55
topics:
66
- firebase

packages/firebase_crashlytics/firebase_crashlytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.5
2+
3+
- **FIX**(crashlytics,ios): remove warning regarding legacy firebase_app_id_file.json file ([#17852](https://github.com/firebase/flutterfire/issues/17852)). ([fb93470e](https://github.com/firebase/flutterfire/commit/fb93470e13fc7afc40ee310cc85185e89cb63dd0))
4+
15
## 5.0.4
26

37
- **FIX**(crashlytics,iOS): reorder error reason logging to match Android implementation ([#17713](https://github.com/firebase/flutterfire/issues/17713)). ([0a9cbcef](https://github.com/firebase/flutterfire/commit/0a9cbcefa6d1f7866d63f78523ced3bd98bce03e))

packages/firebase_crashlytics/firebase_crashlytics/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
firebase_analytics: ^12.0.4
1010
firebase_core: ^4.2.1
11-
firebase_crashlytics: ^5.0.4
11+
firebase_crashlytics: ^5.0.5
1212
flutter:
1313
sdk: flutter
1414

packages/firebase_crashlytics/firebase_crashlytics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: firebase_crashlytics
22
description:
33
Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the
44
Firebase console.
5-
version: 5.0.4
5+
version: 5.0.5
66
homepage: https://firebase.google.com/docs/crashlytics
77
repository: https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics/firebase_crashlytics
88
topics:

packages/firebase_data_connect/firebase_data_connect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2
2+
3+
- **FEAT**(database): add support for Pigeon. Update iOS to Swift and Android to Kotlin ([#17686](https://github.com/firebase/flutterfire/issues/17686)). ([dac0b0bd](https://github.com/firebase/flutterfire/commit/dac0b0bd033b1c51446aedf0413740ef426877b8))
4+
15
## 0.2.1+2
26

37
- Update a dependency to the latest release.

packages/firebase_data_connect/firebase_data_connect/lib/src/dataconnect_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// limitations under the License.
1414

1515
/// version number for the package, should be align with pubspec.yaml.
16-
const packageVersion = '0.2.1+2';
16+
const packageVersion = '0.2.2';

packages/firebase_data_connect/firebase_data_connect/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_data_connect
22
description: 'Flutter plugin for Firebase Data Connect, a relational database service that lets you build and scale using a fully-managed PostgreSQL database powered by Cloud SQL.'
3-
version: 0.2.1+2
3+
version: 0.2.2
44
homepage: https://firebase.google.com/docs/data-connect/quickstart?platform=flutter
55
false_secrets:
66
- example/**

0 commit comments

Comments
 (0)