Please is the anyone who is an expert in Firebase studio and code programming. I have a challenge with deploying my project due to issues with my code, I have finished all building using the model, now to deploy I have been stuck for days now, due to some error in my code. I wouldn’t mind if I can get any developer who can look into my project and sort out the issue for me as my model has literally run out of efficiency to solve the problem. Please if this is what you can handle kindly reach out let’s talk. Thank you..
Mike,
I’m available for consultations.
Send me a DM and we can connect.
It seems you are in a circle of failed build. My recommendations is whenever you start a new project, everyday before you close working on the project, publish it so if there are errors, they will be traced gradually until your project completion. Waiting to finetune everything before publishing can cause days and even weeks of debugging to finally have a clean codebase that is worthy of build.
awidbe,
I do not recommend this.
Publishing your project will run the build command, which will crash immediately upon the first error, this will not display all other errors with your code. You want to make atomic code commits and write unit tests. You need to develop a CI/CD pipeline using pre-commit hooks with formatting, linting, type checking and test frameworks to audit your code before building to production.
@Mikeyoungdya2 If you want an expert, you get what you pay for.
I was replying him with the hope that he was using vibecoding or the prototyper not core programming.
It’s applicable regardless.
CI/CD etc are mostly applicable to full hardcore programming. A vibe coder talking to AI and AI building and autochecking for errors is already taking care of that. Where the issues is is when there is consistent and repeated failed build. And using my approach of not completely building a full project before publishing your app (Vibe coder) can result to days and weeks of debugging to find the root cause of failed build.
A CI/CD pipeline is the best practice solution to the issue. Not the ‘build it and see what happens’ method you are describing. I would recommend taking some CI/CD fundamentals courses online. Comparing vibe coding to ‘full hardcore programming’ is like comparing a cover musician to a touring band. They are on the same spectrum, from amateur to expert. The vibe coder is emulating what the expert does, so it’s best to study them.
You’re right though. I have noted that and will henceforth do that in another project. I have troubleshoot the issue and clean up the code with typeScript, but right now having issue with build error, breaking my front page design while trying to deploy.
I think this is brilliant
What is the error? Maybe others have had similar and can advise how to solve
I had a similar problem and in my case it was that Next.js was trying to build some pages in advance and ran into database permission problems. I’m sure there’s some way to find out about such problems, but I personally don’t know what they are. The bot make a luck guess and figured it out.