1.0.2 • Published 6 months ago

react-basefire v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

React Firebase

A toolkit for simplified Firebase CRUD operations with React hooks.

import { getDatabase, ref, get, child } from "firebase/database"; import { initializeApp } from "firebase/app";

const firebaseConfig = { apiKey: "YOUR_API_KEY", authDomain: "YOUR_AUTH_DOMAIN", databaseURL: "YOUR_DATABASE_URL", projectId: "YOUR_PROJECT_ID", storageBucket: "YOUR_STORAGE_BUCKET", messagingSenderId: "YOUR_MESSAGING_SENDER_ID", appId: "YOUR_APP_ID", };

const app = initializeApp(firebaseConfig); const database = getDatabase(app);

1.0.2

6 months ago

1.0.1

6 months ago