Hello,
I am building a web application called StudyPilot, and I am hitting a hard 403 Forbidden restriction when trying to use the client-side Firebase AI SDK to generate study questions.
The console returns this exact error message:
Uncaught (in promise) FirebaseError: AI: Error fetching from https://googleapis.com: [403 ] Your project has been denied access. Please contact support. (AI/fetch-error)
Project Details:
- Project ID:
studypilot-hq - SDK Used:
firebase/ai(Modular Web SDK) - Model:
gemini-3.7-flash
Troubleshooting Already Completed:
- Verified that the Firebase AI Logic API is fully enabled in the Google Cloud Console.
- Verified that the Web API key has no API restrictions applied to it.
- Verified that App Check is implemented and active.
It looks like my fresh project has accidentally triggered an automated backend safety restriction. Could a community manager or engineer please review my project ID (studypilot-..) and help lift this?
Thank you!