
Matthew Tyson
I enter some check knowledge and hit “Add Product.” Gemini insists on a picture URL, so I put in “foo” and now it accepts the submit.
Filling in some gaps
I discover there is no such thing as a product kind there, so I’m undecided how I can filter for this new merchandise, to see if it actually confirmed up. Additionally, the brand new admin web page doesn’t have a hyperlink again to the house web page, so it’s a again arrow for me. Nonetheless, Gemini efficiently carried out loads of the grunt work in setting this web page up.
Again on the principle web page, I don’t see my Warg Boots listed. It’s the identical listing of merchandise as earlier than. So I ask Gemini to point out me the contents of the merchandise.tsx file, and it reveals me:
export const merchandise = [
{
"name": "Warg Boots",
"description": "Keeps the dire wolf's paws warm and clean.",
"price": 1000,
"imageUrl": "foo",
"id": "1746565585872"
}
];
Which is troubling. It’s cool that Gemini has entry to the contents. However this entry ought to have been added to the listing, not changed it. I return to the principle web page and hit reload:

Matthew Tyson
Which is an error. It appears like we broke the app. The POST handler seems to have rewritten the product listing, as an alternative of updating it, and someplace one thing extra primary has gone improper to the place the web page gained’t load.
Issues have gone awry, however that’s regular. It’s nonetheless software program improvement, in any case.
Offload the grunt work
Clearly, we’re a good distance off from a non-programmer frolicking round in Firebase Studio, or any related AI-powered improvement surroundings, and constructing complicated functions. Google Cloud Platform, Gemini, and Firebase Studio are best-in-class instruments. These sorts of limits apply to all agentic AI improvement methods.
Nonetheless, I’d in no smart need to quit my Gemini assistant when coding. It takes an enormous quantity of busy work off my shoulders and brings far more risk into scope by letting me give attention to the bigger image.
I’m wondering how the trail will look, how lengthy it is going to take for Firebase Studio and related instruments to mature. It appears clear that one thing alongside these traces, the place the AI is framed in a software that lets it take motion, is a part of the long run. It might take longer than AI fanatics predict. It might by no means actually, absolutely come to fruition in the best way we envision.
I imply, actually, would you like an AI agent to have the ability to go into your cloud dashboard and provision managed knowledge shops and customers and auth? Discuss spiraling cloud prices.