-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
203 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"flutter":{"platforms":{"android":{"default":{"projectId":"anchoitieudung","appId":"1:469747224129:android:b59e4d339c6a45f3b080c0","fileOutput":"android/app/google-services.json"}},"ios":{"default":{"projectId":"anchoitieudung","appId":"1:469747224129:ios:4a2575b8e676b460b080c0","uploadDebugSymbols":false,"fileOutput":"ios/Runner/GoogleService-Info.plist"}},"macos":{"default":{"projectId":"anchoitieudung","appId":"1:469747224129:ios:4a2575b8e676b460b080c0","uploadDebugSymbols":false,"fileOutput":"macos/Runner/GoogleService-Info.plist"}},"dart":{"lib/firebase_options.dart":{"projectId":"anchoitieudung","configurations":{"android":"1:469747224129:android:b59e4d339c6a45f3b080c0","ios":"1:469747224129:ios:4a2575b8e676b460b080c0","macos":"1:469747224129:ios:4a2575b8e676b460b080c0","web":"1:469747224129:web:e7bb9c03509f1dd8b080c0","windows":"1:469747224129:web:b1427acd5f100b97b080c0"}}}}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>API_KEY</key> | ||
<string>AIzaSyCcW-WKcXu_WsBgPeaukrWdhvx3GrN0Nco</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>469747224129</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>com.example.anchoitieudung</string> | ||
<key>PROJECT_ID</key> | ||
<string>anchoitieudung</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>anchoitieudung.appspot.com</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:469747224129:ios:4a2575b8e676b460b080c0</string> | ||
<key>DATABASE_URL</key> | ||
<string>https://anchoitieudung-default-rtdb.asia-southeast1.firebasedatabase.app</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
// File generated by FlutterFire CLI. | ||
// ignore_for_file: type=lint | ||
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions; | ||
import 'package:flutter/foundation.dart' | ||
show defaultTargetPlatform, kIsWeb, TargetPlatform; | ||
|
||
/// Default [FirebaseOptions] for use with your Firebase apps. | ||
/// | ||
/// Example: | ||
/// ```dart | ||
/// import 'firebase_options.dart'; | ||
/// // ... | ||
/// await Firebase.initializeApp( | ||
/// options: DefaultFirebaseOptions.currentPlatform, | ||
/// ); | ||
/// ``` | ||
class DefaultFirebaseOptions { | ||
static FirebaseOptions get currentPlatform { | ||
if (kIsWeb) { | ||
return web; | ||
} | ||
switch (defaultTargetPlatform) { | ||
case TargetPlatform.android: | ||
return android; | ||
case TargetPlatform.iOS: | ||
return ios; | ||
case TargetPlatform.macOS: | ||
return macos; | ||
case TargetPlatform.windows: | ||
return windows; | ||
case TargetPlatform.linux: | ||
throw UnsupportedError( | ||
'DefaultFirebaseOptions have not been configured for linux - ' | ||
'you can reconfigure this by running the FlutterFire CLI again.', | ||
); | ||
default: | ||
throw UnsupportedError( | ||
'DefaultFirebaseOptions are not supported for this platform.', | ||
); | ||
} | ||
} | ||
|
||
static const FirebaseOptions web = FirebaseOptions( | ||
apiKey: 'AIzaSyCm1MliO-i-acvpZ_7ET8OqMFakR-aZ_yM', | ||
appId: '1:469747224129:web:e7bb9c03509f1dd8b080c0', | ||
messagingSenderId: '469747224129', | ||
projectId: 'anchoitieudung', | ||
authDomain: 'anchoitieudung.firebaseapp.com', | ||
databaseURL: 'https://anchoitieudung-default-rtdb.asia-southeast1.firebasedatabase.app', | ||
storageBucket: 'anchoitieudung.appspot.com', | ||
measurementId: 'G-G3TLH8ZRZ2', | ||
); | ||
|
||
static const FirebaseOptions android = FirebaseOptions( | ||
apiKey: 'AIzaSyBE5-6I6oUgEmOSIPFS23uabPTeJVPsuKA', | ||
appId: '1:469747224129:android:b59e4d339c6a45f3b080c0', | ||
messagingSenderId: '469747224129', | ||
projectId: 'anchoitieudung', | ||
databaseURL: 'https://anchoitieudung-default-rtdb.asia-southeast1.firebasedatabase.app', | ||
storageBucket: 'anchoitieudung.appspot.com', | ||
); | ||
|
||
static const FirebaseOptions ios = FirebaseOptions( | ||
apiKey: 'AIzaSyCcW-WKcXu_WsBgPeaukrWdhvx3GrN0Nco', | ||
appId: '1:469747224129:ios:4a2575b8e676b460b080c0', | ||
messagingSenderId: '469747224129', | ||
projectId: 'anchoitieudung', | ||
databaseURL: 'https://anchoitieudung-default-rtdb.asia-southeast1.firebasedatabase.app', | ||
storageBucket: 'anchoitieudung.appspot.com', | ||
iosBundleId: 'com.example.anchoitieudung', | ||
); | ||
|
||
static const FirebaseOptions macos = FirebaseOptions( | ||
apiKey: 'AIzaSyCcW-WKcXu_WsBgPeaukrWdhvx3GrN0Nco', | ||
appId: '1:469747224129:ios:4a2575b8e676b460b080c0', | ||
messagingSenderId: '469747224129', | ||
projectId: 'anchoitieudung', | ||
databaseURL: 'https://anchoitieudung-default-rtdb.asia-southeast1.firebasedatabase.app', | ||
storageBucket: 'anchoitieudung.appspot.com', | ||
iosBundleId: 'com.example.anchoitieudung', | ||
); | ||
|
||
static const FirebaseOptions windows = FirebaseOptions( | ||
apiKey: 'AIzaSyCm1MliO-i-acvpZ_7ET8OqMFakR-aZ_yM', | ||
appId: '1:469747224129:web:b1427acd5f100b97b080c0', | ||
messagingSenderId: '469747224129', | ||
projectId: 'anchoitieudung', | ||
authDomain: 'anchoitieudung.firebaseapp.com', | ||
databaseURL: 'https://anchoitieudung-default-rtdb.asia-southeast1.firebasedatabase.app', | ||
storageBucket: 'anchoitieudung.appspot.com', | ||
measurementId: 'G-Q34W847PXT', | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>API_KEY</key> | ||
<string>AIzaSyCcW-WKcXu_WsBgPeaukrWdhvx3GrN0Nco</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>469747224129</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>com.example.anchoitieudung</string> | ||
<key>PROJECT_ID</key> | ||
<string>anchoitieudung</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>anchoitieudung.appspot.com</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:469747224129:ios:4a2575b8e676b460b080c0</string> | ||
<key>DATABASE_URL</key> | ||
<string>https://anchoitieudung-default-rtdb.asia-southeast1.firebasedatabase.app</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters