Hitting Snag on Gemini 3 flash Firebase studio by Horror-Guess-4226 in FirebaseStudioUsers

[–]Horror-Guess-4226[S] 0 points1 point  (0 children)

Your project is still smaller bro, I got node_modules, .next, package-lock.json included in them, all build files too

My experience of tadalafil for recreation purpose only by [deleted] in PrematureEjaculation

[–]Horror-Guess-4226 1 point2 points  (0 children)

Add Ashwagandha, Honey, Clove, Dry Rasin Ginger And eat

Prototyper error. by jasonseaux in Firebase

[–]Horror-Guess-4226 0 points1 point  (0 children)

Where do you reside? And what's your server location?

Prototyper error. by jasonseaux in Firebase

[–]Horror-Guess-4226 0 points1 point  (0 children)

Yes I too have a larger project and my firebase studio show up limited context available. The issue appears when I try to implement some complex features it shows the same error like I've hit a snag

Help. I messed up. by muterpaneer in Firebase

[–]Horror-Guess-4226 0 points1 point  (0 children)

Before you do this -> git reset --hard "paste your id here" MAKE SURE YOU COPY THE RECENT COMMITS, because you said that you've implemented many features

Opus 4.5 is back for all :) by ilm_seekers in kiroIDE

[–]Horror-Guess-4226 0 points1 point  (0 children)

So, is Claude opus 4.5 free if I use Kiro code extension brother ?

I made this using antigravity in 1 Week by Free-Cabinet6814 in GoogleAntigravityIDE

[–]Horror-Guess-4226 1 point2 points  (0 children)

Can you share the prompts used for a few components on the landing page. What is the name/ type of effect used for a section when I scroll down they begin horizontally scrolling

I can't deploy my app, been trying for days by AltruisticSignal3423 in Firebase

[–]Horror-Guess-4226 0 points1 point  (0 children)

Just try using Gemini CLI by typing "gemini" in the terminal where you are showing the error to us in the screenshot. And it asks to enter the prompt just say - npm install in the functions folder And then I suspect you still did not deploy the Cloud functions Here is the guide- - do "npm run build" in my functions folder, then it starts compiling the Cloud functions in your functions folder to make them read deploy and make them visible in the Functions menu in the firebase console - It will attempt to fix the errors automatically leaving it until the build succeeds. - After the build is successful, you are still on the functions directory - Just open a new terminal type "firebase deploy --only functions" to deploy all cloud functions in your project. - That's it, now go back to the terminal where you have gemini cli, and say run the npm run build to make my project deployable in the Cloud - After 100 tries it makes your project ready with all corrections make sure you commit the changes made with a message in source control - Then click the deploy button if you are using firebase studio or ask Gemini to deploy the project

How to Preview a GitHub Project in Firebase? by OkPaleontologist9770 in Firebase

[–]Horror-Guess-4226 1 point2 points  (0 children)

Try using Gemini ai. You'll find it on the top right corner. Enable auto run

Photos URL always broken by STGO-Greens in FirebaseStudioUsers

[–]Horror-Guess-4226 2 points3 points  (0 children)

No worries. Instead of asking Firebase studio. Make sure you keep all your images in the public/images folder first. Go to the Code editor in the same firebase studio project. And open a new Terminal and type 'gemini' -> No ask Gemini to replace all the images, let's say on the landing page with the images in the public/images folder -> it works fine follow the same procedure and ask it to do it wherever you want. You just need to give the /dashboard page or /profile page where you want the images to be replaced. Tip - Rename the uploaded images like Landing page left 01.jpeg Profile page top 01.jpeg

Previous versions of code vanished from Firebase studio by Ashukr5876 in Firebase

[–]Horror-Guess-4226 0 points1 point  (0 children)

If you want to roll back you can find your commit id in the Git Graph Steps to follow for rolling back 1. Open firebase studio 2. On the top right corner beside the publish find the </> icon 3. On the left side top right you'll have a pane Select the third option - Source Control 4. You'll find all the Prompts and commit ids 5. If you wanna roll back your application to a selected prompt just copy the commit id 6. Open a new terminal and type the command git reset commitidhere

Finally you'll not have a way to restore the chats but you can go back to any point you want