feat: initial setup of new backend comms

This commit is contained in:
Andrew Bastin
2021-10-01 13:46:22 +05:30
committed by liyasthomas
parent ab9b3e47b9
commit 6dd0c25d49
8 changed files with 11038 additions and 5085 deletions

View File

@@ -141,6 +141,10 @@ export function initAuth() {
})
}
export function getAuthIDToken(): string | null {
return authIdToken$.getValue()
}
/**
* Sign user in with a popup using Google
*/