Implemented a simple authentication scheme with Firebase and Iron Session
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface User {
|
||||
username: string;
|
||||
email: string;
|
||||
name: Name;
|
||||
profilePicture: string;
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user