Skip to content

Commit 49bd905

Browse files
committed
chore: directory change and firebase settings
1 parent ef028e9 commit 49bd905

File tree

5 files changed

+92
-248
lines changed

5 files changed

+92
-248
lines changed

android/app/google-service.json

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,46 @@
11
{
2-
"installed": {
3-
"client_id": "1068261222530-cqa1h83puodc9ngn79b04ot2ehq43o2d.apps.googleusercontent.com",
4-
"project_id": "ontime-441411",
5-
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
6-
"token_uri": "https://oauth2.googleapis.com/token",
7-
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs"
8-
}
9-
}
2+
"project_info": {
3+
"project_number": "272076387384",
4+
"project_id": "ontime-push",
5+
"storage_bucket": "ontime-push.firebasestorage.app"
6+
},
7+
"client": [
8+
{
9+
"client_info": {
10+
"mobilesdk_app_id": "1:272076387384:android:5e6aa149592fa0584562cd",
11+
"android_client_info": {
12+
"package_name": "ontime.push"
13+
}
14+
},
15+
"oauth_client": [
16+
{
17+
"client_id": "272076387384-8b7mjf9rfqsk2q5lsckeg3lskeqvtsr5.apps.googleusercontent.com",
18+
"client_type": 3
19+
}
20+
],
21+
"api_key": [
22+
{
23+
"current_key": "AIzaSyAsDsfWk976CF00T3EM30T4sJdPVNrx0QU"
24+
}
25+
],
26+
"services": {
27+
"appinvite_service": {
28+
"other_platform_oauth_client": [
29+
{
30+
"client_id": "272076387384-8b7mjf9rfqsk2q5lsckeg3lskeqvtsr5.apps.googleusercontent.com",
31+
"client_type": 3
32+
},
33+
{
34+
"client_id": "272076387384-2m7vcg06s5vt53k57cprq8uk7mlfigq7.apps.googleusercontent.com",
35+
"client_type": 2,
36+
"ios_info": {
37+
"bundle_id": "com.devkord.ontime"
38+
}
39+
}
40+
]
41+
}
42+
}
43+
}
44+
],
45+
"configuration_version": "1"
46+
}

ios/Runner/GoogleService-info.plist

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,33 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>1068261222530-b9eihdof8hfupuhqk8t3u5utsmur841c.apps.googleusercontent.com</key>
6-
<string>1068261222530-b9eihdof8hfupuhqk8t3u5utsmur841c.apps.googleusercontent.com</string>
5+
<key>CLIENT_ID</key>
6+
<string>272076387384-2m7vcg06s5vt53k57cprq8uk7mlfigq7.apps.googleusercontent.com</string>
77
<key>REVERSED_CLIENT_ID</key>
8-
<string>com.googleusercontent.apps.1068261222530-b9eihdof8hfupuhqk8t3u5utsmur841c</string>
8+
<string>com.googleusercontent.apps.272076387384-2m7vcg06s5vt53k57cprq8uk7mlfigq7</string>
9+
<key>API_KEY</key>
10+
<string>AIzaSyCuvAjxBF9lCrWITSr-Gxcnnm4PSSwHAdU</string>
11+
<key>GCM_SENDER_ID</key>
12+
<string>272076387384</string>
913
<key>PLIST_VERSION</key>
1014
<string>1</string>
1115
<key>BUNDLE_ID</key>
12-
<string>com.example.onTimeFront</string>
16+
<string>com.devkord.ontime</string>
17+
<key>PROJECT_ID</key>
18+
<string>ontime-push</string>
19+
<key>STORAGE_BUCKET</key>
20+
<string>ontime-push.firebasestorage.app</string>
21+
<key>IS_ADS_ENABLED</key>
22+
<false></false>
23+
<key>IS_ANALYTICS_ENABLED</key>
24+
<false></false>
25+
<key>IS_APPINVITE_ENABLED</key>
26+
<true></true>
27+
<key>IS_GCM_ENABLED</key>
28+
<true></true>
29+
<key>IS_SIGNIN_ENABLED</key>
30+
<true></true>
31+
<key>GOOGLE_APP_ID</key>
32+
<string>1:272076387384:ios:6ba104287f0777f14562cd</string>
1333
</dict>
1434
</plist>

lib/presentation/login/components/google_login_test.dart

Lines changed: 0 additions & 88 deletions
This file was deleted.

lib/presentation/login/components/kakao_login_test.dart

Lines changed: 0 additions & 146 deletions
This file was deleted.

web/index.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
2121
<meta name="description" content="A new Flutter project." />
2222

23-
<meta name="google-signin-client_id" content="1068261222530-c8fr4b1m6jop8phlklem05lgcg7vh543.apps.googleusercontent.com">
24-
23+
<meta
24+
name="google-signin-client_id"
25+
content="1068261222530-c8fr4b1m6jop8phlklem05lgcg7vh543.apps.googleusercontent.com"
26+
/>
2527

2628
<!-- iOS meta tags & icons -->
2729
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -34,6 +36,25 @@
3436

3537
<title>on_time_front</title>
3638
<link rel="manifest" href="manifest.json" />
39+
40+
<!-- Firebase App (기본 Firebase SDK) -->
41+
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-app.js"></script>
42+
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-auth.js"></script>
43+
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-messaging.js"></script>
44+
45+
<script>
46+
const firebaseConfig = {
47+
apiKey: "AIzaSyBsBkVEfFrCPLtNJxvrpr_2LfRH2fu8570",
48+
authDomain: "ontime-push.firebaseapp.com",
49+
projectId: "ontime-push",
50+
storageBucket: "ontime-push.firebasestorage.app",
51+
messagingSenderId: "272076387384",
52+
appId: "1:272076387384:web:c6691181528ab99c4562cd",
53+
measurementId: "G-4C4VJCQP7N",
54+
};
55+
56+
firebase.initializeApp(firebaseConfig);
57+
</script>
3758
</head>
3859
<body>
3960
<script src="flutter_bootstrap.js" async></script>

0 commit comments

Comments
 (0)