I’m building an unusual flow:
- The user registers or logs in via Firebase
- Incoming information is collected from the user
- It’s processed by an LLM
- The output is displayed in the UI with CRUD functionality
- It’s saved to Firebase and sent to the next LLM processing stage
- The result is again shown in the UI with CRUD functionality — and this loop continues through several iterations.
I’ve built a basic prototype to make sure the logic works. Now I need help — either support or someone who can implement this with full functionality.
In the second stage, I’ll need to create an agent that can take input from the Firebase database and process it in a specific way (details under NDA).