firebase
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// File generated by FlutterFire CLI.
|
||||
// ignore_for_file: lines_longer_than_80_chars, avoid_classes_with_only_static_members
|
||||
// ignore_for_file: type=lint
|
||||
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
|
||||
import 'package:flutter/foundation.dart'
|
||||
show defaultTargetPlatform, kIsWeb, TargetPlatform;
|
||||
@@ -50,19 +50,19 @@ class DefaultFirebaseOptions {
|
||||
}
|
||||
|
||||
static const FirebaseOptions android = FirebaseOptions(
|
||||
apiKey: 'AIzaSyDA19anPZQE9wwK0Lbr-KMoa-dfIanZrlU',
|
||||
appId: '1:580254405290:android:77f13f510048b79e10b6d3',
|
||||
messagingSenderId: '580254405290',
|
||||
projectId: 'tradercircuit-b5744',
|
||||
storageBucket: 'tradercircuit-b5744.appspot.com',
|
||||
apiKey: 'AIzaSyCMQhYq9XDYcxNbCxM0aWl9Lu9-AI3BveU',
|
||||
appId: '1:307701736370:android:b11ba8d4970ce3b65d7aab',
|
||||
messagingSenderId: '307701736370',
|
||||
projectId: 'traders-circuit',
|
||||
storageBucket: 'traders-circuit.appspot.com',
|
||||
);
|
||||
|
||||
static const FirebaseOptions ios = FirebaseOptions(
|
||||
apiKey: 'AIzaSyDcB4KjuddPkpnWwqutw_4TlfKaOTZIXa0',
|
||||
appId: '1:580254405290:ios:94435ecb64979c4a10b6d3',
|
||||
messagingSenderId: '580254405290',
|
||||
projectId: 'tradercircuit-b5744',
|
||||
storageBucket: 'tradercircuit-b5744.appspot.com',
|
||||
apiKey: 'AIzaSyAX1quOawuuZYT8WuHjLNnfk_e6e6hdt-U',
|
||||
appId: '1:307701736370:ios:aad00e1335564a465d7aab',
|
||||
messagingSenderId: '307701736370',
|
||||
projectId: 'traders-circuit',
|
||||
storageBucket: 'traders-circuit.appspot.com',
|
||||
iosBundleId: 'com.example.traderscircuit',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user