bunch of data updates and now getting hang of recoil but not a pro so keep working at it and start displaying stuff in different places

This commit is contained in:
Arjun Patel
2022-02-03 21:19:30 -08:00
parent 3be6d099b8
commit 44871cd45f
7 changed files with 115 additions and 56 deletions
+3
View File
@@ -1,3 +1,6 @@
import ConversationService from "./conversationService";
import UserService from "./userService";
export const conversationService = new ConversationService();
export const userService = new UserService();
@@ -12,7 +12,7 @@ import {
DocumentSnapshot,
} from "firebase/firestore";
import { User, UserStatus } from "../models/user";
import { Collections } from "./collections";
import Collections from "./collections";
export default class UserService {
private db: Firestore = getFirestore();