Skip to content

Commit

Permalink
chore: directory change and firebase settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoHyeonSim committed Jan 28, 2025
1 parent ef028e9 commit 49bd905
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 248 deletions.
53 changes: 45 additions & 8 deletions android/app/google-service.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,46 @@
{
"installed": {
"client_id": "1068261222530-cqa1h83puodc9ngn79b04ot2ehq43o2d.apps.googleusercontent.com",
"project_id": "ontime-441411",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs"
}
}
"project_info": {
"project_number": "272076387384",
"project_id": "ontime-push",
"storage_bucket": "ontime-push.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:272076387384:android:5e6aa149592fa0584562cd",
"android_client_info": {
"package_name": "ontime.push"
}
},
"oauth_client": [
{
"client_id": "272076387384-8b7mjf9rfqsk2q5lsckeg3lskeqvtsr5.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAsDsfWk976CF00T3EM30T4sJdPVNrx0QU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "272076387384-8b7mjf9rfqsk2q5lsckeg3lskeqvtsr5.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "272076387384-2m7vcg06s5vt53k57cprq8uk7mlfigq7.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.devkord.ontime"
}
}
]
}
}
}
],
"configuration_version": "1"
}
28 changes: 24 additions & 4 deletions ios/Runner/GoogleService-info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,33 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>1068261222530-b9eihdof8hfupuhqk8t3u5utsmur841c.apps.googleusercontent.com</key>
<string>1068261222530-b9eihdof8hfupuhqk8t3u5utsmur841c.apps.googleusercontent.com</string>
<key>CLIENT_ID</key>
<string>272076387384-2m7vcg06s5vt53k57cprq8uk7mlfigq7.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.1068261222530-b9eihdof8hfupuhqk8t3u5utsmur841c</string>
<string>com.googleusercontent.apps.272076387384-2m7vcg06s5vt53k57cprq8uk7mlfigq7</string>
<key>API_KEY</key>
<string>AIzaSyCuvAjxBF9lCrWITSr-Gxcnnm4PSSwHAdU</string>
<key>GCM_SENDER_ID</key>
<string>272076387384</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.example.onTimeFront</string>
<string>com.devkord.ontime</string>
<key>PROJECT_ID</key>
<string>ontime-push</string>
<key>STORAGE_BUCKET</key>
<string>ontime-push.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:272076387384:ios:6ba104287f0777f14562cd</string>
</dict>
</plist>
88 changes: 0 additions & 88 deletions lib/presentation/login/components/google_login_test.dart

This file was deleted.

146 changes: 0 additions & 146 deletions lib/presentation/login/components/kakao_login_test.dart

This file was deleted.

25 changes: 23 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="A new Flutter project." />

<meta name="google-signin-client_id" content="1068261222530-c8fr4b1m6jop8phlklem05lgcg7vh543.apps.googleusercontent.com">

<meta
name="google-signin-client_id"
content="1068261222530-c8fr4b1m6jop8phlklem05lgcg7vh543.apps.googleusercontent.com"
/>

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

<title>on_time_front</title>
<link rel="manifest" href="manifest.json" />

<!-- Firebase App (기본 Firebase SDK) -->
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-messaging.js"></script>

<script>
const firebaseConfig = {
apiKey: "AIzaSyBsBkVEfFrCPLtNJxvrpr_2LfRH2fu8570",
authDomain: "ontime-push.firebaseapp.com",
projectId: "ontime-push",
storageBucket: "ontime-push.firebasestorage.app",
messagingSenderId: "272076387384",
appId: "1:272076387384:web:c6691181528ab99c4562cd",
measurementId: "G-4C4VJCQP7N",
};

firebase.initializeApp(firebaseConfig);
</script>
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
Expand Down

0 comments on commit 49bd905

Please sign in to comment.