capacitor firebase auth

This commit is contained in:
2023-06-06 19:33:43 +02:00
parent cd807d7ff0
commit 882c55373b
11 changed files with 174 additions and 52 deletions

View File

@@ -10,6 +10,10 @@ const config: CapacitorConfig = {
plugins: {
Keyboard: {
resize: 'native'
},
FirebaseAuthentication: {
skipNativeAuth: false,
providers: ['google.com']
}
}
}