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:
@@ -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();
|
||||
Reference in New Issue
Block a user