Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Flutter Fire CodeNew to Visual Studio Code? Get it now.
Flutter Fire Code

Flutter Fire Code

Sushil Gyawali

|
175 installs
| (0) | Free
Flutter Fire Code is a VSCode extension that streamlines Firebase project configuration for Flutter applications. This extension automates the setup process and helps developers integrate Firebase services seamlessly.Currently it supports androids only
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Fire Code

Flutter Fire Code is a VSCode extension that streamlines Firebase project configuration for Flutter applications. This extension automates the setup process and helps developers integrate Firebase services seamlessly.Currently it supports androids only

Firebase Prerequisites Setup Guide Required System Setup Before configuring your Firebase project, ensure you have the following prerequisites installed on your system:

  1. Install Node.js

Visit Node.js official website Download the LTS (Long Term Support) version for your operating system Run the installer and follow the installation wizard Verify installation by opening a terminal/command prompt and running:

node --version
npm --version

Demo

https://github.com/user-attachments/assets/5fb19e87-9afa-485f-ae33-0cc9617bfecd

  1. Install Firebase CLI Tools (Version 11) Open your terminal/command prompt and run: npm install -g firebase-tools@11 Verify the installation: firebase --version

Should output version 11.x.x

  1. Firebase Login Setup

Log into Firebase using CLI:

firebase login

This will:

Open your default web browser Prompt you to select a Google account Ask for permissions to access Firebase Return you to the terminal upon successful authentication

Verify login status: firebase projects:list This should display all Firebase projects associated with your account.

If getting permission errors:

For Windows (Run PowerShell as Administrator):

Set-ExecutionPolicy RemoteSignedName

For Mac/Linux:

npm i firebase-tools@11

Login Issues

If browser doesn't open automatically:

firebase login --no-localhost

If already logged in with wrong account:

firebase logout
firebase login

Setting Up Firebase in Flutter using FlutterFire

Step 1: Open Command Palette

Press CTRL + P (Windows/Linux) or CMD + P (Mac).

Step 2: Open Firebase Configuration

In the input popup, paste the following command Don't forget to add the greater than ( > ) arrow before Firebase Configure and then hit enter

 >Firebase Configure
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft