I would like to make an application that does the following:
- Enables users to log in with email & Google (Firebase Authentication).
- Logged-in users can upload their text documents, and text is stored in the Firebase Database.
- Users can submit a pair of those text documents to be evaluated by Gemini LLM, which would provide a brief description of how well those documents match.
My question is whether Firebase Studio is the right tool to build such an application.
NOTE: I am not a software developer.
What have I done so far?
I tried to build it myself with Prototyper. I got a lovely front end, and I have set up all the Rules in the Firebase Database and Storage. I have got LLM integration, and there I run into problems. I am guessing between Genkit and Gemini LLM, since regardless that I am sending data from the Firebase, I get generic (synthesised data) results back from the LLM.
Where did it all go wrong?
Trying to fix issues between LLM and Genkig, Prototyper has started making changes left, right and centre. Trying to fix that first issue, Prototyper introduced more bugs. Trying to fix those new ones it introduced even more. I have built the whole app within a day, and then spent countless days trying to fix more and more bugs. Until I got to the stage where document upload stopped working, Parsing of PFFs broke, and occasionally even login doesn’t work as well.
All this made me think, as I am getting further and further from my goal, is Studio the best tool for this scenario (for a non-coder)?