Socialify

Folder ..

Viewing databaseHandler.ts
6 lines (4 loc) • 148.0 B

1
2
3
4
5
6
// Firelord Init

import { app } from './firebaseHandler';
import { getFirestore } from "firebase/firestore";

export const db = getFirestore(app);