Firebase

Open-source projects categorized as Firebase

Top 23 Firebase Open-Source Projects

  1. supabase

    The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

    Project mention: Supabase basics with Node.js | dev.to | 2026-06-06

    Supabase is an open-source backend platform built around managed PostgreSQL. You get a database, auto-generated REST APIs (via PostgREST), Auth, file Storage, Realtime subscriptions, and Edge Functions - with a dashboard and SQL editor on top.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Appwrite

    Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more

    Project mention: 25 Trending Self-Hosted Projects on GitHub | dev.to | 2026-04-02
  4. RxDB

    A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/

    Project mention: Offline-First Landscape – 2025 | news.ycombinator.com | 2025-08-29

    I’m doing offline-first apps at work and want to emphasize that you’re constraining yourself a lot trying to do this.

    As mentioned, everything fast(ish) is using SQLite under the hood. If you don’t already know, SQLite has a limited set of types, and some funky defaults. How are you going to take this loosey-goosey typed data and store it in a backend database when you sync? What about foreign key constraints, etc., can you live without those? Some of the sync solutions don’t support enforcing them on the client.

    Also, the SQLite query planner isn’t great in my experience, even when you’re only joining on ids/indexes.

    Document databases seem more friendly/natural, but as mentioned indexeddb is slow.

    I wish this looked at https://rxdb.info/ more. They have some posts that lead me to believe they have a good grasp on the issues in this space at least

  5. GmsCore

    Free implementation of Play Services

    Project mention: RCS is a "standard" in name only – $15k bounty trying to break Google's lock-in | news.ycombinator.com | 2026-04-07
  6. react-native-firebase

    🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.

    Project mention: React Native + Web + Firebase (Part 01) — Why we use React Native to develop both Native and Web version | dev.to | 2025-06-20
  7. functions-samples

    Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase

    Project mention: Proxy DataFast with Firebase Hosting | dev.to | 2025-08-17

    A way to workaround this problem is to use Firebase Cloud Functions and configure them to behave like a reverse proxy. This tutorial will show you how.

  8. quickstart-android

    Firebase Quickstart Samples for Android

    Project mention: 6 years building Planning Poker Online: from a weekend project to 147K users (and 3 mistakes I had to fix) | dev.to | 2026-05-11

    Back in 2019, Google Firebase was becoming very popular. I was especially interested in the real-time capabilities — they had just launched Firestore and I wanted to give it a try. I thought it would be fun to build a small tool for my team so we could do proper estimations.

  9. flutterfire

    🔥 A collection of Firebase plugins for Flutter apps.

  10. nhost

    The Open Source Firebase Alternative with GraphQL.

    Project mention: We Built an Open-Source GraphQL Engine to Replace Hasura | dev.to | 2026-06-04

    We built Constellation — an open-source GraphQL engine written in Go that is a near drop-in replacement for Hasura Community Edition. It reads the same metadata, generates the same schema, and serves the same GraphQL API. In production it uses ~90% less memory than Hasura with comparable or better latency, before any dedicated performance work.

  11. angularfire

    Angular + Firebase = ❤️

  12. laf

    Laf is a vibrant cloud development platform that provides essential tools like cloud functions, databases, and storage solutions. It enables developers to quickly unleash their creativity and bring innovative ideas to life with ease.

    Project mention: Headscale Deployment and Usage Guide: Mastering Tailscale's Self-Hosting Basics for Ultimate Control | dev.to | 2025-11-23

    If you used Sealos to deploy Headscale, click the "Terminal" button on the Headscale app details page to open a terminal:

  13. rowy

    Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.

    Project mention: 1M Rows | news.ycombinator.com | 2025-08-11

    A better color scheme too won't hurt.

    Had the same idea when I saw https://github.com/rowyio/rowy. Saw something else on here a few days back and now I will merge them into a niche product idea.

    └── Dey well

  14. Firebase

    Firebase SDK for Apple App Development

  15. wild-workouts-go-ddd-example

    Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.

    Project mention: I Curated 106 Software Design Resources and Ranked What Actually Matters | dev.to | 2026-02-12

    ThreeDotsLabs/wild-workouts-go-ddd-example — Clean Architecture + CQRS in Go, with a blog series explaining every decision.

  16. material-kit-react

    React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other

    Project mention: 10+ Best Free React Admin Dashboard Templates for 2026 | dev.to | 2026-05-17
  17. firebase-js-sdk

    Firebase Javascript SDK

    Project mention: War Story: Debugging a Firebase 2026 Real-Time Database Bug That Lost 1k User Messages | dev.to | 2026-05-01

    Yes, after we submitted a detailed bug report with our reproduction script (Code Example 1) and k6 test results, Firebase confirmed the race condition in their offline write queue on March 18, 2026. They released a partial fix in 2026.0.2 on March 21, and a full fix in 2026.0.3 on April 11. The bug was assigned Firebase issue tracker ID #b/342189012, which is now public at https://github.com/firebase/firebase-js-sdk/issues/7890.

  18. Fakeflix

    Not the usual clone that you can find on the web.

  19. FirebaseUI-Android

    Optimized UI components for Firebase

  20. react-firebase-starter

    Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay

  21. space-cloud

    Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes

  22. Chartbrew

    Open-source reporting platform to build and share live dashboards from APIs, SQL and NoSQL databases, with powerful AI assistant, scheduling, and embeddable charts 📈📊

  23. vuefire

    🔥 Firebase bindings for Vue.js

  24. awesome-opensource-apps

    :house::information_source: Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy!

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Firebase discussion

Log in or Post with

Firebase related posts

  • Supabase basics with Node.js

    1 project | dev.to | 6 Jun 2026
  • How to Auto-Provision API Keys for Your Users on Sign Up with Supabase and Zuplo

    1 project | dev.to | 28 May 2026
  • Show HN: I made an emergency page for my family. You should too

    2 projects | news.ycombinator.com | 27 May 2026
  • Can a Marketer Vibe-Code a Working App? 6 Lessons From My First Build

    1 project | dev.to | 26 May 2026
  • Pressure-testing Ota on Supabase: from setup prose to executable repo readiness

    3 projects | dev.to | 22 May 2026
  • 6 years building Planning Poker Online: from a weekend project to 147K users (and 3 mistakes I had to fix)

    1 project | dev.to | 11 May 2026
  • Database Which No-Code: The Honest Truth

    1 project | dev.to | 6 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Firebase projects? This list will help you:

# Project Stars
1 supabase 103,630
2 Appwrite 56,217
3 RxDB 23,216
4 GmsCore 13,525
5 react-native-firebase 12,302
6 functions-samples 12,221
7 quickstart-android 9,282
8 flutterfire 9,215
9 nhost 9,177
10 angularfire 7,818
11 laf 7,559
12 rowy 6,812
13 Firebase 6,617
14 wild-workouts-go-ddd-example 6,329
15 material-kit-react 5,586
16 firebase-js-sdk 5,124
17 Fakeflix 4,961
18 FirebaseUI-Android 4,794
19 react-firebase-starter 4,515
20 space-cloud 3,996
21 Chartbrew 3,943
22 vuefire 3,910
23 awesome-opensource-apps 3,819

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?