Project Setup

Before you begin

In this codelab, you'll learn some of the basics of Firebase to create Flutter mobile apps for Android and iOS.

What you'll need

You can run this codelab using any of the following devices:

  • A physical device (Android or iOS) connected to your computer and set to developer mode.

  • The iOS simulator. (Requires installing Xcode tools.)

  • The Android emulator. (Requires setup in Android Studio.)

In addition to the above, you'll also need:

  • A browser of your choice, such as Chrome.

  • An IDE or text editor of your choice, such as Android Studio or VS Code configured with the Dart and Flutter plugins.

  • The latest stable version of Flutter (or beta if you enjoy living on the edge).

  • A Google account, like a gmail account, for creating and managing your Firebase project.

  • The firebase command line tool, logged into your gmail account.

  • The codelab's sample code. See the next step for how to get the code.

Install Flutter:

Visit flutter official website : flutter.dev for full install guide.

Build & Publish Flutter App

To build and publish Android App, follow the official Documentation Android and iOS

Last updated