Using Firebase Logic AI
Open
comp: ai
triaged: keep-open
type: feature
version: current (v17+)
- Dominant language
- TypeScript
- Stars
- 7.8k
- Forks
- 2.2k
- Avg merge
- 22h 28m
- Merged PRs (30d)
- 6
Description
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?
Contributor guide
Research direction
Start by tracing the provideAI/getAI configuration and the GoogleAIBackend entry point mentioned in the report, using gemini-3-pro-preview to reproduce the 403. Compare the selected backend with the Firebase console's Gemini API setting and verify that the request reaches the intended endpoint without the Vertex API error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, typescript
- Domain
- ai, api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100