mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-05 17:10:41 +00:00
8 lines
268 B
Dart
8 lines
268 B
Dart
![]() |
// ignore_for_file: type=lint
|
||
|
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
|
||
|
|
||
|
class DefaultFirebaseOptions {
|
||
|
static FirebaseOptions get currentPlatform =>
|
||
|
FirebaseOptions(apiKey: '', appId: '', messagingSenderId: '', projectId: '');
|
||
|
}
|