feat: initial setup of new backend comms
This commit is contained in:
committed by
liyasthomas
parent
86516421b5
commit
7bb32ecf7e
@@ -141,6 +141,10 @@ export function initAuth() {
|
||||
})
|
||||
}
|
||||
|
||||
export function getAuthIDToken(): string | null {
|
||||
return authIdToken$.getValue()
|
||||
}
|
||||
|
||||
/**
|
||||
* Sign user in with a popup using Google
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user