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 →
Top 11 TypeScript firebase-database Projects
-
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
-
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.
-
-
-
-
AngularMaterialFirebase
:fire: Full stack starter app with Angular 8, Material Design and Firebase (+ demo)
-
firebase
Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
-
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!
-
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!
-
-
FireSageJS
🔥Surgical Precision Type Safe For Realtime Database Web, Write Realtime Database Code That Stands The Test Of Time
-
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.
-
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
TypeScript firebase-database discussion
TypeScript firebase-database related posts
-
React-Native + Web + Firebase (Part 02) — Implement React Native Firebase cross-app
-
Firebase Needs More Compatibility for JavaScript Environments
-
[React] Passing environment variables to service workers
-
Phone Otp login using react Js
-
Angular Fire equivalent for React?
-
Typescript Type Level Custom Error Message, Move Runtime Error to Compile time Error!
-
Biometric web authentication into Firebase in mins 🔐🚀
-
A note from our sponsor - Sevalla
sevalla.com | 1 Sep 2025
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 |