iwantcoding.com
🔥 Daily 👥 Rooms 🏆 Top Log in Sign up
« Previous

Firebase HOME

Welcome to the iwantcoding.com Firebase Tutorial. Firebase is Google’s BaaS: auth, database, storage, functions, hosting, and push — with great client SDKs. Build a full-stack app without managing servers.

What this tutorial covers

ChapterYou will learn
Firebase BasicsGet started, the console, the CLI, web app config, the local emulator suite.
AuthEmail + password, Google / social sign-in, phone, anonymous, custom claims.
DatabasesCloud Firestore (queries, real-time), Realtime DB, security rules, offline, Storage.
Functions & MoreCloud Functions, HTTPS, hosting, FCM push, Remote Config, Analytics, Crashlytics.
ExamplesCheatsheet, runnable snippets, quiz, exercises, bootcamp, certificate.

Who this is for

  • Mobile / web teams shipping MVPs in days.
  • Solo founders skipping the backend.
  • React Native + Flutter devs using the official integrations.
How to use this tutorial: read the chapter, run the example with Try it Yourself », do the exercise, then take the quiz at the bottom. Hit Mark complete when you're done — the sidebar will track your progress.

Example

Example
import { initializeApp } from 'firebase/app';
const app = initializeApp({ apiKey: '…', projectId: 'demo' });
Try it Yourself »

Discussion

Loading…

« Previous