26 open-source projects similar to codediodeio/sveltefire, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sveltefire alternative.
This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase backend services into web applications using the JavaScript SDK. It serves as a practical guide for bootstrapping projects with cloud-hosted authentication, databases, and serverless logic. The repository provides specific examples for implementing real-time data synchronization, user identity management, and event-driven cloud functions. It also includes reference code for using local service emulators to test cloud functionality on a local machine before production deployment.
Add type for in reason to google's firebase api documented here. yarn add (git url) add to your bsconfig.json `json "bs-dependencies": ... "bs-firebase" , `
apollo-link-firebase provides you a simple way to query Firebase in graphQL with Apollo-client without building a graphQL server
🍱 :fire: Angular Firebase Progressive Web App Starter
React Hooks for Firebase.
EmberFire is the officially supported adapter for using Firebase with Ember Data.
firebaseui-web is a library of pre-built web interface components for managing sign-in and identity flows using the Firebase SDK. It provides a customizable suite of themed and localized UI elements for user registration, password recovery, and account onboarding. The library supports a wide range of authentication methods, including traditional email and password, passwordless email sign-in, and phone-based verification with reCAPTCHA handling. It integrates third-party identity providers through OAuth, OIDC, and SAML standards, offering both popup and redirect strategies along with Google O
React Wrapper for firebaseUI Web
GeoFire is an open-source library that allows you to store and query a set of keys based on their geographic location. At its heart, GeoFire simply stores locations with string keys. Its main benefit, however, is the possibility of retrieving only those keys within a given geographic area - all…
Firepad is a Firebase collaborative text editor and rich text editor component. It functions as a real-time collaborative framework and operational transformation engine designed to synchronize document editing across multiple concurrent users. The project provides tools for shared document synchronization and collaborative presence tracking, allowing users to see live cursor positions and identifiers. It supports rich text authoring integration for both formatted content and code editing. The system manages document consistency through shared document synchronization and provides capabiliti
This README is automatically generated from the comments in these files: firebase-app.html firebase-auth.html firebase-document.html firebase-query.html
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
Firebase Kotlin SDK Built and maintained with 🧡 by GitLive Development teams merge faster with GitLive The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use…
FireSQL is a library built on top of the official Firebase SDK that allows you to query Cloud Firestore using SQL syntax. It's smart enough to issue the minimum amount of queries necessary to the Firestore servers in order to get the data that you request.
Build and deploy this boilerplate and start developing your project without need to build the whole infrastructure from scratch
Full documentation is available at https://geofirestore.com.
Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
This project goal is to provide an alternative library to the official Firestore JS SDK. The problem with the official library is that it is too heavy (92kb at the time of writing), and if you include the Auth library as well, and firebase/app(which you have to), then it could add up to hundreds…
Questions? Find me on twitter at @tylermcginnis
Extremely High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience Modular, Minuscule, Intuitive, Unopinionated, Craftsmanship, Ultimate, Peaceful, Deep Of The VFQAT…
Extreme Type Safe For Realtime Database Web, Write Realtime Database Code That Stands The Test Of Time In The Relentless Pursuit Of Correctness Documentation
AngularFire is an integration library that wraps the Firebase JavaScript SDK into Angular services and dependency injection patterns. It provides the mechanisms necessary to connect backend authentication, databases, and storage to an application. The library converts live data feeds into observable sequences to synchronize remote data with the application state in real time. It also includes a mechanism for protecting routes by verifying user identity via authentication tokens and a command-line utility to automate the deployment of application builds to hosting services. Additional capabil
Vuefire is a Firebase integration library for Vue.js that synchronizes backend state and real-time data with reactive frontend components. It functions as a backend-as-a-service client and synchronization tool, bridging remote Firebase documents, collections, and authentication status with local application state. The library provides specialized wrappers for managing user authentication workflows and real-time database synchronization. It automates the process of linking remote data sources to reactive objects and arrays, ensuring the user interface updates instantly as backend data changes.