At Google I/O 2026, Google unveiled significant updates to AI Studio's integration with Google Cloud, aimed at simplifying full-stack application development. New users can now deploy up to two full-stack applications on the Google Cloud Starter Tier without needing a billing account. The integration also introduces expanded database options, including Firestore for non-relational data and Cloud SQL for relational data.
This update enhances the previously announced features from March, which included support for vibe-coded app deployments using Cloud Run, Firestore, and Firebase Auth. With these improvements, developers can build a wider range of applications, as the AI agent can automatically determine the appropriate database for their needs.
Getting Started with Google Cloud Starter Tier
The Google Cloud Starter Tier offers a frictionless entry point for developers. Users can create applications in AI Studio and deploy prototypes directly to Cloud Run, utilizing Firebase Auth for authentication and storing data in either Firestore or Cloud SQL.
- No credit card or Google Cloud account is required.
- Deploy up to two full-stack applications.
- Upgrade to a standard Google Cloud project when limits are exceeded, with resources seamlessly transferred.
Features of Cloud SQL Integration
The integration with Cloud SQL provides an automated data foundation, allowing developers to focus on application functionality rather than infrastructure management. Key features include:
- Instant Provisioning: Quickly deploy a fully-functional PostgreSQL database.
- Cost-Free Startup: Utilize Cloud SQL within the Starter Tier without a credit card.
- Flexible Cost Control: The backend can scale to zero, meaning costs only incur during app usage.
- Agent-Driven Experience: The AI agent can create schemas and execute SQL statements based on user prompts.
- Global Scalability: Apps benefit from Google Cloud’s robust infrastructure, capable of supporting millions of users.
Building with Firestore and Firebase Auth
When developing applications in AI Studio, the AI agent detects the need for data storage and authentication, offering to set up these features automatically. For applications that require a document database, the agent can enable Firestore and Firebase Authentication with a simple approval.
- Automatically provisions Firestore and connects the app to the database.
- Creates a sign-in page and configures Google Sign-In authentication.
- Generates Firestore code for data synchronization across sessions and devices.
- Drafts and deploys Firestore Security Rules based on application logic.
Steps to Create an Application in AI Studio
Developing a full-stack application in AI Studio is straightforward and cost-free. Follow these steps:
- Log into AI Studio: Start your project on the platform.
- Build with Prompts: Use natural language prompts to define your application, such as “Build an expense tracker app.”
- Enable the Database: Request “Add a database” and let AI Studio provision it for you.
- Set Up the System: Agree to the terms and enable the setup.
- Start Sharing: Deploy and share your application using the “Publish” button.
With these new features, Google AI Studio empowers developers to transform their ideas into live applications quickly and effortlessly.