react-firebase icon indicating copy to clipboard operation
react-firebase copied to clipboard

🔥Declarative React bindings for Firebase Auth & Realtime Database.

React Firebase

Building apps with React & Firebase should be easy. The goal of this project is to offer intuitive declarative APIs to make interacting with Firebase fun and easy.

Check the complete docs 👉 Here

  • React Firebase
    • Modules
    • Sandboxes
      • Auth
        • Anonymous/Google Auth
      • Realtime Database
        • Infinite List
        • Mutation
        • Transaction
      • Auth & Database Bookmarking App Example
      • Server Rendered Firebase Data with NextJS Auth & Database with queries
    • Installation
      • Web
        • Firebase Auth
        • Firebase Realtime Database

Modules

Sandboxes

Auth

Anonymous/Google Auth

Realtime Database

Infinite List

Mutation

Transaction

Auth & Database Bookmarking App Example

Server Rendered Firebase Data with NextJS Auth & Database with queries

Installation

Web

Install firebase.

yarn add firebase
# Or
npm i firebase

Firebase Auth

yarn add @react-firebase/auth

Firebase Realtime Database

yarn add @react-firebase/database