
Tech • IA • Crypto
Google’s AI Studio enables rapid app creation with integrated Cloud Firestore, allowing users to build and deploy database-backed applications from simple natural language prompts.
Google’s AI Studio allows users to describe an application in plain language and automatically generate a working product. This approach removes much of the traditional complexity of coding, enabling faster prototyping and lowering the barrier for non-developers to create functional apps.
A key feature is built-in support for Cloud Firestore, which provides real-time database capabilities. Users can enable Firebase directly within the interface, allowing the system to handle backend provisioning, authentication, and data storage without manual configuration.
One demonstrated use case involved generating a book tracking app that captures a book’s title, author, and the date it was logged. The app also includes a visual table to track reading progress over time, illustrating how structured data can be automatically organized and displayed.
The app leverages device cameras to scan books and extract relevant information. After taking a photo, the system processes the image and logs metadata alongside the captured picture, showing how AI-driven input can streamline data entry.
All captured data is stored instantly in Firestore. Users can access a direct link to view stored entries, where records such as author names, titles, and timestamps are organized in collections. This provides transparency and easy verification of stored information.
AI Studio offers multiple design templates, allowing users to apply specific visual styles, such as a “dark academia” aesthetic. This enables customization without requiring front-end development expertise.
Applications can be deployed to a public URL via Google Cloud, making them accessible across devices. The process includes setting API keys and configuring environment secrets, streamlining what would typically be a multi-step deployment pipeline.
The platform includes budgeting tools such as monthly spend limits. For example, a $5 cap can be set to prevent unexpected costs when sharing apps publicly, offering a safeguard for experimental or small-scale projects.
Once deployed, apps can be accessed on mobile devices, where features like camera input remain fully functional. This demonstrates the platform’s ability to deliver consistent performance across desktop and smartphone environments.
AI Studio combines natural language app generation with integrated database and deployment tools, significantly reducing the time and expertise required to build and launch functional, data-driven applications.
One of my favorite features of AI Studio is how easy it is to add a database with Cloud Firestore. Because most apps that you build won't be just static web pages, you're going to need to store information. Maybe you are collecting RSVPs for an event website, or you are building a shared registry or gift wish list, or a daily nutrition tracker. Whatever it is, most cases, you are going to need a database. So let's see how we can do that with AI Studio. I'm going to paste in this prompt and select Build. So if you're new here this is AI Studio. That's a Studio google.com. You can type in a prompt. So describe in natural language what it is that you want to build. And the agent will go and build it for you. So here I've typed build a book tracker app where you take a picture of the book. It stores the name, author, and the date that you took the picture. I also want a table that shows all of the books that I've read. So everything that we've logged so I can track my progress and understand how I'm doing with my reading goals for the year. I've also specified that the app have this dark academia style, which I think will just look really nice. So on the right hand side over here, we can see a couple of different design options for how this might look. So you don't need to pick one of these. But I do think quite a few of them are very lovely. So I'm going to go ahead and pick this archivist one and we'll collect select this design. And that just means that the app will be built in that same sort of visual aesthetic. And then on the left here, you can see that the agent is prompting us to enable a database. So I'm going to click Enable Firebase. And this is what will allow Gemini app to go off and to set up provisioning and authentication and everything else integration with our database so that when we use this app our information is automatically stored. So I'm going to let this build for a minute. And we'll come back very shortly when everything is good to go. OK looks like our app is ready. So I'm going to enter full screen and I'll click authenticate. And now we can click Activate lens. Let's see. And hold up a book and we'll click Commit. And hopefully, this should work. And the book will show up on the right hand side over here in our registry. And there we have it. Yeah oh my gosh. It kept the picture to that. That's great. Didn't really need that picture. But we have the title small is beautiful. We have the author. And the date that the book was archived. And so I'm going to go back over to the chat here. And I'm going to ask the model to show me where the data is stored. And when I send that this should return a link which will have which will take us to the database, and we can see the book that we just logged in that database. So let's click on this link. And this is going to take us to Firebase. And here we have our books. And you can see over here, we have Schumacher. We have Smalls. Beautiful April 22 2026. That's when we took the picture. So all of our data will get stored right here. So the last thing I'm going to do is I want to deploy this app so that I can try it out on my phone. So we'll go to publish, and the first thing we need to do is set up our API key. So I'm going to do that under secrets. Now I have a free key. And if I want to deploy this app to Google Cloud and have it on a public URL that I can share with other people, we will need to use a paid API key. So I'm going to go ahead and set one of those keys, and then we'll head over to publish. You'll notice that I have a spend cap set here, which this is my monthly spend cap of $5. This is just really helpful to make sure that if I share this app with my friends, my spending doesn't go out of control. It's just going to cap everything at $5, which is a really nice feature to have. So we've clicked save. Now we're going to click Publish our app. And so I'm going to come back in a minute when this is ready to go. OK our app is ready. So we'll click Open. And we can authenticate again. And you can see that authenticated as mean an Akita. I have this book here, so what I'm going to do is I'm going to copy the URL and I'm going to open it on my phone. OK, I've got the app on my phone now. So we're going to authenticate again. And hopefully when I take a picture of a book, you will see it pop up on the screen. So I'm going to do that right now I'm going to enable the camera. I'm taking a picture and it's analyzing. This was the book that I just took a picture of and we should see it. There we go. It just popped up on screen the embodied mind, cognitive science and human experience. So I was able to do that from my phone. So now anytime I finish reading a book, I can take a picture with my phone and have it logged into this app here for me, so I can refer back and see how my reading goals are going for the year. I hope this gives you an idea of how easy it is to add a database with AI Studio, and opens up all kinds of new possibilities for what you can create. So I'm really excited to see what it is that you build. And thank you so much for watching.