Skip to content

🔥Declarative React bindings for Firebase Auth & Realtime Database.

Notifications You must be signed in to change notification settings

rakannimer/react-firebase

Repository files navigation

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

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