diff --git a/refilc/lib/main.dart b/refilc/lib/main.dart index 2129c16c..8e9aebe9 100644 --- a/refilc/lib/main.dart +++ b/refilc/lib/main.dart @@ -171,12 +171,6 @@ class Startup { // NotificationsHelper().onDidReceiveNotificationResponse, // ); } - - // if (Platform.isAndroid || Platform.isIOS) { - // await Firebase.initializeApp( - // options: DefaultFirebaseOptions.currentPlatform, - // ); - // } } }