Using Firebase Logic AI
Author: JGSolutionsCreated Dec 12, 2025Updated Aug 3, 2026
Labelstype: featurecomp: aitriaged: keep-openversion: current (v17+)
Trying to use the new gemini-3-pro-preview but for some reason it's always point to the vertex api giving me a 403
This my app.config
provideAI(() => getAI(getApp(), { backend: new GoogleAIBackend() })),
In my firebase console i enabled it to use gemini api. Does GoogleAIBackend use the proper endpoint?
Source: angular/angularfire