Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f740dc5

Browse files
feat: user contains firebase_uid too
1 parent 428c40a commit f740dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

studio/src/app/models/user.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ export interface UserInfo {
99
export interface User {
1010
id: string;
1111
anonymous: boolean;
12+
firebase_uid: string;
1213
username?: string;
1314
}

0 commit comments

Comments
 (0)