getting file and all, now just need to sort of hand off to database and write to the right places
This commit is contained in:
@@ -27,7 +27,6 @@ export default class UserService {
|
||||
const docSnap = await getDoc(docRef);
|
||||
|
||||
if (docSnap.exists()) {
|
||||
console.log("got user data");
|
||||
let user: User = docSnap.data() as User;
|
||||
return user;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user