This commit is contained in:
2023-06-08 22:22:29 +02:00
parent 3e6fb75575
commit cf287f31ab
10 changed files with 41 additions and 49 deletions

View File

@@ -16,7 +16,7 @@ const config: CapacitorConfig = {
},
FirebaseAuthentication: {
skipNativeAuth: false,
providers: ['google.com']
providers: ['google.com', 'microsoft.com', 'github.com']
}
}
}