TypeScript firebase-database

Open-source TypeScript projects categorized as firebase-database

Top 11 TypeScript firebase-database Projects

firebase-database
  1. firebase-js-sdk

    Firebase Javascript SDK

    Project mention: React-Native + Web + Firebase (Part 02) — Implement React Native Firebase cross-app | dev.to | 2025-06-20

    import { initializeApp } from 'firebase/app'; import { initializeAuth } from 'firebase/auth'; // Firebase JS SDK work with expo web // for more information: https://docs.expo.dev/guides/using-firebase/#using-firebase-js-sdk // Initialize Firebase const firebaseConfig = { apiKey: process.env.EXPO_PUBLIC_FIREBASE_API_KEY, authDomain: process.env.EXPO_PUBLIC_FIREBASE_AUTH_DOMAIN, // databaseURL: process.env.EXPO_PUBLIC_FIREBASE_DATABASE_URL, projectId: process.env.EXPO_PUBLIC_FIREBASE_PROJECT_ID, storageBucket: process.env.EXPO_PUBLIC_FIREBASE_STORAGE_BUCKET, messagingSenderId: process.env.EXPO_PUBLIC_FIREBASE_MESSAGING_SENDER_ID, appId: process.env.EXPO_PUBLIC_FIREBASE_APP_ID, measurementId: process.env.EXPO_PUBLIC_FIREBASE_MEASUREMENT_ID, }; let firebaseApp: ReturnType; let auth: ReturnType; try { firebaseApp = initializeApp(firebaseConfig); auth = initializeAuth(firebaseApp); auth.useDeviceLanguage(); } catch (error) { console.error("Error initializing Firestore:", (error as any).message); console.error("Error Stack:", (error as any).stack); console.error("Error Details:", error); } export { auth, firebaseApp }; // To apply the default browser preference instead of explicitly setting it. // For more information on how to access Firebase in your project, // see the Firebase documentation: https://firebase.google.com/docs/web/setup#access-firebase

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. react-firebase-hooks

    React Hooks for Firebase.

  4. firebase-admin-node

    Firebase Admin Node.js SDK

  5. react-firebase

    🔥Declarative React bindings for Firebase Auth & Realtime Database.

  6. AngularMaterialFirebase

    :fire: Full stack starter app with Angular 8, Material Design and Firebase (+ demo)

  7. firebase

    Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.

  8. Chat-World

    ChatWorld is a lightweight, real-time global chat application that lets you instantly connect with people around the world. No sign-up required - just enter your name and start chatting!

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. instock-app

    A sales management system that enables store owners and cashiers keep records of sales.

  11. FireSageJS

    🔥Surgical Precision Type Safe For Realtime Database Web, Write Realtime Database Code That Stands The Test Of Time

  12. firebase-rules

    A type-safe Firebase Real-time Database Security Rules builder. Compose and re-use common rules. Reference constants used throughout the project. Catch any errors and typos. Auto-completion.

  13. rp-rooms

    A web chat app for a community of users who enjoy roleplaying their character in their own story with friends. LINK: rp-rooms.vercel.app

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).

TypeScript firebase-database discussion

Log in or Post with

TypeScript firebase-database related posts

  • React-Native + Web + Firebase (Part 02) — Implement React Native Firebase cross-app

    1 project | dev.to | 20 Jun 2025
  • Firebase Needs More Compatibility for JavaScript Environments

    2 projects | dev.to | 12 May 2024
  • [React] Passing environment variables to service workers

    1 project | dev.to | 17 Jan 2024
  • Phone Otp login using react Js

    1 project | dev.to | 25 Aug 2023
  • Angular Fire equivalent for React?

    3 projects | /r/reactjs | 12 Jul 2023
  • Typescript Type Level Custom Error Message, Move Runtime Error to Compile time Error!

    2 projects | dev.to | 26 Jun 2023
  • Biometric web authentication into Firebase in mins 🔐🚀

    1 project | /r/reactjs | 22 Jun 2023
  • A note from our sponsor - Sevalla
    sevalla.com | 1 Sep 2025
    Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →

Index

What are some of the best open-source firebase-database projects in TypeScript? This list will help you:

# Project Stars
1 firebase-js-sdk 5,010
2 react-firebase-hooks 3,634
3 firebase-admin-node 1,695
4 react-firebase 228
5 AngularMaterialFirebase 225
6 firebase 58
7 Chat-World 35
8 instock-app 25
9 FireSageJS 12
10 firebase-rules 9
11 rp-rooms 7

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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