What is the difference between firebase_vertexai
and firebase_ai
?
#17396
-
I found the PR for creating It looks like I understand there have been a lot of changes since the Google I/O '25 announcements and the introduction of Firebase AI Logic. Here's my current understanding: Before:
After:
In reality, Given this, it seems
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@htsuruo, thanks for this question. In general your understanding is correct. More details and explanation can be found in our migration doc The reason that we keep firebase_vertexai is try not to break existing developer experience, and we recommend developers to pick up with firebase_ai or migrate to firebase_ai. We will start to put in appropriate labels in corresponding packages for better clarification and help developers making choices. |
Beta Was this translation helpful? Give feedback.
@htsuruo, thanks for this question. In general your understanding is correct. More details and explanation can be found in our migration doc
The reason that we keep firebase_vertexai is try not to break existing developer experience, and we recommend developers to pick up with firebase_ai or migrate to firebase_ai.
We will start to put in appropriate labels in corresponding packages for better clarification and help developers making choices.