Update config auth
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"plugins": {
|
"plugins": {
|
||||||
"GoogleAuth": {
|
"GoogleAuth": {
|
||||||
"scopes": ["profile", "email"],
|
"scopes": ["profile", "email"],
|
||||||
"clientId": "778522712103-tqkc468qermr7hvbqsmm2p2ueglcmjsi.apps.googleusercontent.com",
|
"clientId": "your key here.apps.googleusercontent.com",
|
||||||
"forceCodeForRefreshToken" : true
|
"forceCodeForRefreshToken" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ const config: CapacitorConfig = {
|
|||||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
GoogleAuth: {
|
GoogleAuth: {
|
||||||
scopes: ['profile', 'email'],
|
scopes: ['profile', 'email'],
|
||||||
androidClientId: '778522712103-tqkc468qermr7hvbqsmm2p2ueglcmjsi.apps.googleusercontent.com',
|
androidClientId: '778522712103-put key here.apps.googleusercontent.com',
|
||||||
forceCodeForRefreshToken: true,
|
forceCodeForRefreshToken: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user