Skip to content

Latest commit

 

History

History
89 lines (61 loc) · 3.32 KB

README.md

File metadata and controls

89 lines (61 loc) · 3.32 KB

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