Firebase
I like the real time aspect of Firebase but not sure how well it can scale for more complex use cases. Some say it's not that great.
OSS apps
- Converational Voice Capture app - Create spaces for real-time audio conversations. Record data. Includes web app and admin interface.
Notes
- Firebase can sometimes not sync data properly.
- Firebase seamlessly integrates with GCP. It's easy to spin up a postgres DB on Google Cloud SQL and then access that DB from a Firebase Function. While it can get confusing sometimes, I think Firebase has done a good job "overlaying" their functionality set on top of GCP infrastructure, e.g. "Cloud Functions for Firebase" is really just a very thin layer on top of GCP Cloud Functions, Firebase Auth is basically the same thing as Google Identity Platform, etc
Links
- Firebase CLI
- Firebase iOS SDK
- React Hooks for Firebase
- Awesome Firebase
- FirebaseUI - Open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs.
- FirebaseUI React Components
- Typesaurus - Type-safe TypeScript-first ODM for Firestore.
- Backup Fire - Private and secure backups for your Firebase projects.
- Firebase SDK for Cloud Functions
- ReactFire - Hooks, Context Providers, and Components that make it easy to interact with Firebase.
- Firebase firestore lite - Lightweight cloud firestore library for the browser.
- Firebase Emulator - Local first UI to boost your productivity.
- Firebase Quickstarts for JavaScript
- Python Firebase - Python interface to the Firebase's REST API.
- Firebase & GCP Examples - Firebase app architectures, languages, tools & some GCP things.
- Firebase Summit 2020 videos
- Etebase - End-to-end encrypted backend. Think Firebase but encrypted in a way that only your users can access their data. (GitHub) (HN)
- Firestorter - Use Google Firestore in React with zero effort, using MobX. (Docs)
- fuego - Command-line firestore client.
- Foundry - Fastest way to build Firebase CloudFunctions.
- Firebase storage lite - Lightweight and performant alternative to Firebase storage. JS library for modern browsers.
- Firetable - Excel/Google Sheets like UI for Firebase/Firestore. No more admin portals.
- Firebase | Q&A (2021)
- Firebase Extensions - Pre-packaged solutions that save you time.
- Firebase SQL - JS library to execute SQL queries against Firebase databases.
- Firebase Hosting GitHub Action - Automatically deploy shareable previews for your Firebase Hosting sites.
- Firebase Admin Go SDK
- Firecode - Light, fast, and memory-efficient collection traversal library for Firestore and Node.js.
- What’s new from Firebase at Google I/O 2021
- firestore-meilisearch - Fulltext Search on Firebase with Meilisearch.
- Firebase vs. Supabase - Draftbit Office Hours (2021)
- next-firebase-auth - Simple Firebase authentication for all Next.js rendering strategies.
- Firestore API and Auth in Rust - Easy Rust access to your Google Firestore DB via service account or OAuth impersonated Google Firebase Auth credentials.
- What’s the relationship between Firebase and Google Cloud? (2019)
- Firebase JavaScript SDK
- React Query + Firestore - Provides the hooks you need for querying Firestore, that you can actually use in production, on every screen.
- Build Firebase React Project Video Series (2021)
- GitHub Actions for Firebase - Enables arbitrary actions with the firebase command-line client.
- React Query Firebase - React Query hooks for Firebase.
- Next.js serverless PWA with Firebase and React Hooks
- Firebase Admin Node.js SDK
- TS-Mock-Firebase - Mock for Firebase services on web and admin.
- Firebase Testing Quick starts
- Virgil E3Kit JS Web + Firebase Demo - End-to-end encrypted HIPAA-compliant demo chat app for Firebase that is using Virgil Security's E3Kit JavaScript SDK.
- Using Firebase Cloud Functions to trigger in-app messages (2021)
- cypress-firebase - Cypress plugin and custom commands for testing Firebase projects.
- Apollo DataSource for Firestore
- Baserunner - Tool for exploring Firebase datastores.
- tiny-firestore-odm - Lightweight Object Document Mapper for Firestore. It's built on top of firestore-serde.
- firestore-serde - Rust serializer/deserializer for Google Cloud Firestore.
- Improving API Response Times by Migrating from Cloud Functions to Cloud Run (HN)
- Ballcap - Database schema design framework for Cloud Firestore.
- WASM on Firebase Cloud Function
- Refi App - Open-source GUI tool to make interacting with Firestore less painful. (Web)
- Firebase - YouTube (Code)
- Prediction market: We're unhappy with Firestore. What will we switch to? (2022) (HN)
- Pyrebase - Simple python wrapper for the Firebase API.
- Firebase to Supabase Migration Guide
- Firekiq - Sidekiq alternative with Firebase Functions.
- Python Client for Google Cloud Firestore
- Fireschema - Strongly typed Firestore framework for TypeScript.
- Nhost - Open Source Firebase Alternative with GraphQL. (HN) (Code) (CLI)
- Firebase Auth Cloudflare Workers
- Firestore Algolia Search
- Firebase Web Snippets
- A Graph-Based Firebase (2022) (HN)
- Why We're Moving on from Firebase (2022) (HN)
- Estimate Firestore collection count from a small sample of documents (2022)
- Full Text & Vector Search for Firestore with Weaviate (2022)
- Firebase SQLite - Inspired by PocketBase provide client side SQLite database, schema generator and admin UI.
- Flarebase Auth - Firebase/Admin Auth JavaScript Library for Cloudflare Workers.
- Setup Firebase Tools GitHub Action
- FireQL - Query Google Firestore database using SQL syntax.
- Firebase Functions Downloader - Downloads Firebase/Google Cloud Functions code.
- Firebase Dynamic Links: Getting Started (2023)
- Firegraph - GraphQL Superpowers for Google Cloud Firestore.
- I tried 5 Firebase alternatives (2023)
- Firestore Indexes Diff - Displays differences between two Firestore index config files.
- Firebase xcframework integration with SPM
- Y-Analytics Firebase iOS - Firebase implementation of Y—Analytics' AnalyticsEngine protocol.
- EasyFirebase - Swifty solution for all things Firebase. Quickly implement Firestore and Authentication on iOS + macOS using Swift protocols and methods.
- Firebase Node.js Snippets
- Firebase Extensions - Collection of Firebase Extensions designed to help you build better apps faster.
- Firebase Discord
- Lobster - Type-safe Firebase-RemoteConfig helper library.