mirror of
https://github.com/dee-at-weaviate/flutter_duolingo_ui.git
synced 2026-03-13 07:52:11 +08:00
deleting some files
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "751722317038",
|
||||
"project_id": "fir-wealingo",
|
||||
"storage_bucket": "fir-wealingo.appspot.com"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:751722317038:android:feb82a21cb5a3a56f5dfff",
|
||||
"android_client_info": {
|
||||
"package_name": "tdtu.flutter.duolingo"
|
||||
}
|
||||
},
|
||||
"oauth_client": [],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyBpnqfkgWCSrtncIyCen1ZTAQsZDtEIryU"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": []
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"configuration_version": "1"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"flutter":{"platforms":{"android":{"default":{"projectId":"fir-wealingo","appId":"1:751722317038:android:feb82a21cb5a3a56f5dfff","fileOutput":"android/app/google-services.json"}},"ios":{"default":{"projectId":"fir-wealingo","appId":"1:751722317038:ios:8887a3181de5d1d0f5dfff","uploadDebugSymbols":false,"fileOutput":"ios/Runner/GoogleService-Info.plist"}},"dart":{"lib/firebase_options.dart":{"projectId":"fir-wealingo","configurations":{"android":"1:751722317038:android:feb82a21cb5a3a56f5dfff","ios":"1:751722317038:ios:8887a3181de5d1d0f5dfff","web":"1:751722317038:web:588b11733e348a94f5dfff"}}}}}}
|
||||
@@ -1,65 +0,0 @@
|
||||
// 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;
|
||||
|
||||
|
||||
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:
|
||||
throw UnsupportedError(
|
||||
'DefaultFirebaseOptions have not been configured for macos - '
|
||||
'you can reconfigure this by running the FlutterFire CLI again.',
|
||||
);
|
||||
case TargetPlatform.windows:
|
||||
throw UnsupportedError(
|
||||
'DefaultFirebaseOptions have not been configured for windows - '
|
||||
'you can reconfigure this by running the FlutterFire CLI again.',
|
||||
);
|
||||
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: 'AIzaSyDcUQcWqxDO0yYnQ6EOPW5tmTeCJXnUY1Y',
|
||||
appId: '1:751722317038:web:588b11733e348a94f5dfff',
|
||||
messagingSenderId: '751722317038',
|
||||
projectId: 'fir-wealingo',
|
||||
authDomain: 'fir-wealingo.firebaseapp.com',
|
||||
storageBucket: 'fir-wealingo.appspot.com',
|
||||
);
|
||||
|
||||
static const FirebaseOptions android = FirebaseOptions(
|
||||
apiKey: 'AIzaSyBpnqfkgWCSrtncIyCen1ZTAQsZDtEIryU',
|
||||
appId: '1:751722317038:android:feb82a21cb5a3a56f5dfff',
|
||||
messagingSenderId: '751722317038',
|
||||
projectId: 'fir-wealingo',
|
||||
storageBucket: 'fir-wealingo.appspot.com',
|
||||
);
|
||||
|
||||
static const FirebaseOptions ios = FirebaseOptions(
|
||||
apiKey: 'AIzaSyCRYd7n1nXXZC_AmxgpFpHkDS-YsqJMkqU',
|
||||
appId: '1:751722317038:ios:8887a3181de5d1d0f5dfff',
|
||||
messagingSenderId: '751722317038',
|
||||
projectId: 'fir-wealingo',
|
||||
storageBucket: 'fir-wealingo.appspot.com',
|
||||
iosBundleId: 'tdtu.flutter.duolingo',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user