getting set up for the main view of create team or ask manager

This commit is contained in:
Arjun Patel
2022-01-14 02:00:43 -08:00
parent a44890a607
commit 5b683f2bde
2 changed files with 10 additions and 7 deletions
+1 -5
View File
@@ -5,11 +5,7 @@ import { User } from '../models/user'
export default class UserService {
private db : Firestore = getFirestore()
private static collectionName: string = "users"
constructor() {
}
// give back the avatar based on the person's google account avatar
getUserAvatar(displayName: string) {
return `https://ui-avatars.com/api/?name=${displayName}`