feat: default firebase

This commit is contained in:
Tristan Yang
2022-12-01 17:07:17 +08:00
parent 4cf47e6027
commit 1474e32f6f
5 changed files with 75 additions and 21 deletions
+1
View File
@@ -10,6 +10,7 @@ export interface GithubAuthConfig {
client_secret?: string;
}
export interface FirebaseConfig {
use_official: boolean;
enabled: boolean;
token_url: string;
project_id: string;