# Can Firebase Studio Publish to App Store and Play?

> By Lawrence Arya, Founder & CEO of VP0. Published 2026-06-04. 5 min read.
> Source: https://vp0.com/blogs/can-firebase-studio-publish-to-app-store-and-google-play

Firebase Studio builds full-stack web and native Android, so the Play path is natural while iOS takes an extra step.

**TL;DR.** Firebase Studio targets full-stack web apps and native Android, so Google Play is the natural path (a native Android build, or a web app via a Trusted Web Activity). The Apple App Store needs an extra step, since there is no direct native iOS binary, so you wrap the web app or rebuild natively, and Apple may reject thin wrappers. You still need an Apple account ($99/year) and Google Play ($25 one-time). For a true native iOS app, generate React Native from a free VP0 design at $0.

The honest answer is: partly, and it depends on the platform. [Firebase Studio](https://firebase.google.com/docs/studio) is Google's agentic builder focused on full-stack web apps and native Android, so the Google Play path is natural, while the Apple App Store needs an extra step because Firebase Studio does not generate a native iOS binary directly. You can still reach both stores, but iOS takes a wrapper or a separate native build. Below is each path and the realistic route per store. If your goal is a true native iOS app, the cleanest option is to generate React Native from the start, for example from a free [VP0](https://vp0.com) design (the free iOS and React Native design library AI builders read from) in Cursor or Claude Code.

## What Firebase Studio builds

Firebase Studio's App Prototyping agent currently centers on Next.js web apps and native Android, wiring Firebase services like Firestore and Authentication through prompts. That shapes the publishing story: an Android app is in scope, and a web app is the default output, but there is no one-click native iOS binary. So "can it publish" splits by target.

## The realistic path per store

| Target | Path | Difficulty |
|---|---|---|
| Google Play (Android) | Build the native Android app | Direct |
| Google Play (web app) | Package the PWA as a Trusted Web Activity | Easy |
| Apple App Store | Wrap the web app, or rebuild natively | Extra step |

For Android, you are well served: a native Android build goes straight to the [Google Play Console](https://play.google.com/console/), and even a web app can list via a Trusted Web Activity. For iOS, because there is no native binary, you either wrap the web app in a native shell or rebuild the UI as a real native app. Apple's review scrutinizes thin web wrappers under its minimum-functionality rule, so a bare wrapper risks rejection.

## What you need either way

Publishing to either store carries the standard requirements, set by the platforms, not Firebase:

- Apple Developer account: $99 per year for the App Store.
- Google Play account: a one-time $25 for the Play Console.
- Store assets: icon, screenshots, and a privacy policy.
- A production build and a passing review.

Apple's [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/) matter most for the iOS wrapper route, since minimum functionality is the common rejection. For building the app itself, our [best prompts for an AI chat app in Firebase Studio](/blogs/best-prompts-for-building-a-ai-chat-app-with-firebase-with-firebase-studio/) shows a complete app, and [Firebase Studio versus Cursor for beginners](/blogs/firebase-studio-vs-cursor-for-beginners/) weighs the environments.

## The cleaner route for native iOS

If App Store presence is a hard requirement, building React Native from the start avoids the iOS wrapper detour. You get a native binary, the smoothest Apple review, and no thin-wrapper risk, while Firebase services still slot in as your backend. Compare neighboring tools in [can Replit Agent publish to the App Store and Google Play](/blogs/can-replit-agent-publish-to-app-store-and-google-play/) and [can Bolt.new publish to the App Store and Google Play](/blogs/can-bolt-new-publish-to-app-store-and-google-play/); for the web-app store path, [can v0.app publish to the App Store and Google Play](/blogs/can-v0-app-publish-to-app-store-and-google-play/).

## Key takeaways

- Firebase Studio targets web and native Android, so Google Play is the natural path.
- A native Android build, or a web app as a Trusted Web Activity, lists on Google Play.
- The Apple App Store needs an extra step, since there is no direct native iOS binary.
- You still need an Apple account ($99/year) and a Google Play account ($25 one-time).
- For a true native iOS app, generate React Native from a free VP0 design at $0 design cost.

## Frequently asked questions

### Can Firebase Studio publish to the App Store and Google Play?

Partly. Firebase Studio targets web apps and native Android, so Google Play is direct (a native Android build, or a web app via a Trusted Web Activity). The Apple App Store needs an extra step, because there is no direct native iOS binary, so you wrap the web app or rebuild natively. For a true native iOS app, generate React Native from a free VP0 design at $0.

### Can a Firebase Studio app go on Google Play?

Yes. A native Android build submits straight to the Google Play Console, and a Firebase Studio web app can also list on Play packaged as a Trusted Web Activity. Android is the most direct publishing path for the tool.

### Why is iOS harder than Android with Firebase Studio?

Because Firebase Studio's app prototyping centers on web and native Android, there is no one-click native iOS binary. To reach the App Store you wrap the web app in a native shell or rebuild the UI as a native app, and Apple may reject thin wrappers.

### How much does publishing a Firebase Studio app cost?

The store fees are set by Apple and Google: $99 a year for the Apple Developer Program and a one-time $25 for Google Play. Firebase usage is billed separately on its own pricing, and the VP0 design layer is free at $0.

### What is the best way to get a native iOS app with Firebase?

Generate React Native from the start instead of wrapping a web app, and keep Firebase as your backend for auth and data. Starting from a free VP0 design, the free iOS and React Native design library for AI builders, gives you a real native binary and the cleanest Apple review, at $0 design cost.

## Frequently asked questions

### Can Firebase Studio publish to the App Store and Google Play?

Partly. Firebase Studio targets web apps and native Android, so Google Play is direct (a native Android build, or a web app via a Trusted Web Activity). The Apple App Store needs an extra step, because there is no direct native iOS binary, so you wrap the web app or rebuild natively. For a true native iOS app, generate React Native from a free VP0 design at $0.

### Can a Firebase Studio app go on Google Play?

Yes. A native Android build submits straight to the Google Play Console, and a Firebase Studio web app can also list on Play packaged as a Trusted Web Activity. Android is the most direct publishing path for the tool.

### Why is iOS harder than Android with Firebase Studio?

Because Firebase Studio's app prototyping centers on web and native Android, there is no one-click native iOS binary. To reach the App Store you wrap the web app in a native shell or rebuild the UI as a native app, and Apple may reject thin wrappers.

### How much does publishing a Firebase Studio app cost?

The store fees are set by Apple and Google: $99 a year for the Apple Developer Program and a one-time $25 for Google Play. Firebase usage is billed separately on its own pricing, and the VP0 design layer is free at $0.

### What is the best way to get a native iOS app with Firebase?

Generate React Native from the start instead of wrapping a web app, and keep Firebase as your backend for auth and data. Starting from a free VP0 design, the free iOS and React Native design library for AI builders, gives you a real native binary and the cleanest Apple review, at $0 design cost.

---
*Published on the [VP0 Journal](https://vp0.com/blogs). Free to read, index and cite with attribution.*
