|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
6 |
| -## [22.2.0](https://github.com/invertase/react-native-firebase/compare/v22.1.0...v22.2.0) (2025-05-12) |
| 6 | +## Feature |
7 | 7 |
|
8 |
| -**Note:** Version bump only for package @react-native-firebase/vertexai |
| 8 | +Initial release of the Firebase AI Logic SDK (`FirebaseAI`). This SDK *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to accommodate the evolving set of supported features and services. |
| 9 | +The new Firebase AI Logic SDK provides **preview** support for the Gemini Developer API, including its free tier offering. |
| 10 | +Using the Firebase AI Logic SDK with the Vertex AI Gemini API is still generally available (GA). |
9 | 11 |
|
10 |
| -## [22.1.0](https://github.com/invertase/react-native-firebase/compare/v22.0.0...v22.1.0) (2025-04-30) |
| 12 | +To start using the new SDK, import the `@react-native-firebase/ai` package and use the modular method `getAI()` to initialize. See details in the [migration guide](https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk). |
11 | 13 |
|
12 |
| -### Bug Fixes |
13 | 14 |
|
14 |
| -- **vertexai:** package.json main needs updating to commonjs path ([abe6c19](https://github.com/invertase/react-native-firebase/commit/abe6c190e6a22676fc58a4c5c7740ddeba2efd93)) |
15 |
| - |
16 |
| -## [22.0.0](https://github.com/invertase/react-native-firebase/compare/v21.14.0...v22.0.0) (2025-04-25) |
17 |
| - |
18 |
| -### Bug Fixes |
19 |
| - |
20 |
| -- enable provenance signing during publish ([4535f0d](https://github.com/invertase/react-native-firebase/commit/4535f0d5756c89aeb8f8e772348c71d8176348be)) |
21 |
| - |
22 |
| -## [21.14.0](https://github.com/invertase/react-native-firebase/compare/v21.13.0...v21.14.0) (2025-04-14) |
23 |
| - |
24 |
| -**Note:** Version bump only for package @react-native-firebase/vertexai |
25 |
| - |
26 |
| -## [21.13.0](https://github.com/invertase/react-native-firebase/compare/v21.12.3...v21.13.0) (2025-03-31) |
27 |
| - |
28 |
| -**Note:** Version bump only for package @react-native-firebase/vertexai |
29 |
| - |
30 |
| -## [21.12.3](https://github.com/invertase/react-native-firebase/compare/v21.12.2...v21.12.3) (2025-03-26) |
31 |
| - |
32 |
| -**Note:** Version bump only for package @react-native-firebase/vertexai |
33 |
| - |
34 |
| -## [21.12.2](https://github.com/invertase/react-native-firebase/compare/v21.12.1...v21.12.2) (2025-03-23) |
35 |
| - |
36 |
| -**Note:** Version bump only for package @react-native-firebase/vertexai |
37 |
| - |
38 |
| -## [21.12.1](https://github.com/invertase/react-native-firebase/compare/v21.12.0...v21.12.1) (2025-03-22) |
39 |
| - |
40 |
| -**Note:** Version bump only for package @react-native-firebase/vertexai |
41 |
| - |
42 |
| -## [21.12.0](https://github.com/invertase/react-native-firebase/compare/v21.11.0...v21.12.0) (2025-03-03) |
43 |
| - |
44 |
| -### Features |
45 |
| - |
46 |
| -- vertexAI package support ([#8236](https://github.com/invertase/react-native-firebase/issues/8236)) ([a1d1361](https://github.com/invertase/react-native-firebase/commit/a1d13610f443a96a7195b3f769f77d9676c0e577)) |
0 commit comments