Automate FlutterFlow Web Deployment to Firebase Hosting with GitHub Actions

Shreyansh
NoCode-Academy
Published in
3 min readJul 1, 2024

--

Prerequisites

1. Flutter installed locally.

2. Firebase CLI installed and configured.

3. Firebase project with Hosting enabled.

4. GitHub repository for your FlutterFlow project.

Video Tutorial

Step 1: Set Up Firebase Hosting

1. Go to the Firebase Console.

2. Select your project or create a new one.

3. Navigate to Hosting and click Get Started.

Step 2: Create a Service Account

1. Go to the Google Cloud Console.

2. Select your Firebase project.

3. Navigate to IAM & Admin > Service Accounts.

4. Click + Create Service Account and follow the prompts.

5. Assign the Editor role to the service account.

6. Create a JSON key and download it.

--

--

Shreyansh
NoCode-Academy

Welcome to No Code Academy, your go-to resource for mastering no-code app and web development with FlutterFlow.