0Pricing
Firebase Auth & Realtime Database Apps · Lesson

Setting Up Your First Project

Learn to create a new Firebase project in the console and configure it for web, iOS, or Android applications.

Setting Up Your First Project is a free Firebase Auth & Realtime Database Apps lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Firebase Auth & Realtime Database Apps learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Welcome to Firebase Projects

Getting started means creating a Firebase project — the central container that holds your app's data, auth rules, storage, and services.

Accessing the Firebase Console

Everything starts at the Firebase Console at console.firebase.google.com. Sign in with your Google account — it is mission control for Firebase.

Creating a New Project

In the console, click Add project to launch the creation wizard. First-timers may see a quick welcome screen before it begins.

Naming Your Project

Give your project a descriptive name. Firebase derives a globally unique Project ID from it, used in URLs and API calls — you can tweak it.

Google Analytics Integration

Next, choose whether to enable Google Analytics. It tracks events like app opens and screen views, and you can toggle it anytime.

Finalizing Project Creation

Confirm your settings and Firebase provisions your project, wiring up backend resources to your Project ID, then drops you on the dashboard.

Registering Your First App

A project is just a container — your actual app must be registered inside it. Registering links your client code to Firebase and generates its config.

Configuring for a Web App

For a web app, click the </> icon and give it a nickname. Firebase hands back a config object your app uses to connect.

Configuring for iOS & Android

Mobile apps register with platform IDs: iOS needs its Bundle ID and a GoogleService-Info.plist; Android needs its Package Name and google-services.json.

Quick Check: Project Basics

You've learned the initial steps to set up your Firebase project and register an app. Let's test your understanding!

Recap: Your Firebase Foundation

Done! You accessed the console, created a project with a unique ID, chose Analytics, and registered your app for its config. Next: the Firebase SDK.

Frequently asked questions

Is the “Setting Up Your First Project” lesson free?

Yes — the full text of “Setting Up Your First Project” is free to read here on the web, and the Firebase Auth & Realtime Database Apps course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Firebase Auth & Realtime Database Apps course, upgrade to CoddyKit PRO.

What will I learn in “Setting Up Your First Project”?

Learn to create a new Firebase project in the console and configure it for web, iOS, or Android applications. You practise Firebase Auth & Realtime Database Apps with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Firebase Auth & Realtime Database Apps?

No prior experience is required. Firebase Auth & Realtime Database Apps on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Setting Up Your First Project” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Firebase Auth & Realtime Database Apps lesson?

Yes. Every Firebase Auth & Realtime Database Apps lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Introduction to Firebase Ecosystem
  2. Setting Up Your First Project
  3. Integrating Firebase SDK
  4. Understanding Firebase Pricing & Plans
← Back to Firebase Auth & Realtime Database Apps