mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore: refactor and cleanup of system services
This commit is contained in:
8
lib/firebase/options.dart
Normal file
8
lib/firebase/options.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
|
||||
|
||||
/// Stub that allows building the application but with Firebase disabled.
|
||||
class DefaultFirebaseOptions {
|
||||
static FirebaseOptions get currentPlatform {
|
||||
throw UnsupportedError('Firebase is not supported on this platform.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user