I'm setting up an AI agent for my app, and everything seems to work — my messages are sent, Firebase collections are created, data is stored — but I'm not getting any responses from the AI agent (neither from Google nor OpenAI)
AI Agent not responding in chat (OpenAI / Gemini)
I followed Stephen's tutorial for OpenAI setup up until 13:30. In Stephen’s case, the agent responded, but mine stays silent.
When the chat starts, the AIChats
and aichatmessages
collections are correctly created in Firebase:
📸 https://prnt.sc/TosOym1dWQ6H
My messages are sent and show up in the chat:
📸 https://prnt.sc/PGhxDZT4Vr65
But the agent never replies:
📸 https://prnt.sc/5prMWJFkcYMj
Any ideas what could be wrong or what else I should check?
I'm also attaching screenshots of my FlutterFlow setup:
📸 https://prnt.sc/ovteXecZgD1_
📸 https://prnt.sc/zDPOE2a1zQbp
I’m also attaching a screenshot (as a file) showing the error I get when trying to use the Google AI agent.
The error says that "the app is not registered", even though it is — I’ve double-checked all Firebase and App Check settings (see attach).
I’m currently working only with the iOS version of the app. I’ve tried enabling and disabling App Check enforcement, but it didn’t help.