Correct google app id
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
<string name="custom_url_scheme">com.wrenchboard.users</string>
|
||||
<string name="facebook_app_id">390204307987009</string>
|
||||
<string name="facebook_client_token">70e8f7ea883417e96f137e0bd025bfce</string>
|
||||
<string name="server_client_id">817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com</string>
|
||||
<string name="server_client_id">817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com</string>
|
||||
</resources>
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"plugins": {
|
||||
"GoogleAuth": {
|
||||
"scopes": ["profile","email"],
|
||||
"clientId": "817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com",
|
||||
"serverClientId": "817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com",
|
||||
"clientId": "817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com",
|
||||
"serverClientId": "817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com",
|
||||
"forceCodeForRefreshToken": true
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -8,8 +8,8 @@ const config: CapacitorConfig = {
|
||||
plugins: {
|
||||
GoogleAuth: {
|
||||
scopes: ['profile', 'email'],
|
||||
clientId: '817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com',
|
||||
serverClientId: '817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com',
|
||||
clientId: '817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com',
|
||||
serverClientId: '817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com',
|
||||
forceCodeForRefreshToken: true,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>fb390204307987009</string>
|
||||
<string>com.googleusercontent.apps.817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma</string>
|
||||
<string>com.googleusercontent.apps.817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -53,7 +53,7 @@ export class LoginPage implements OnInit {
|
||||
// GoogleAuth.init();
|
||||
// use hook after platform dom ready
|
||||
GoogleAuth.initialize({
|
||||
clientId: '817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com',
|
||||
clientId: '817021856543-khlurl8ifdr0sd2cvekn167d02mk9dlg.apps.googleusercontent.com',
|
||||
scopes: ['profile', 'email'],
|
||||
grantOfflineAccess: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user