Correct google app id

This commit is contained in:
2023-10-09 05:32:15 +08:00
parent 1eba696b8a
commit 4371ce39e5
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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
View File
@@ -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,
},
},
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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,
});