From a82f6324178c193f295872ce9938453e7df5c9d2 Mon Sep 17 00:00:00 2001 From: "balazsmanus@chameleon" Date: Tue, 25 Feb 2025 15:20:44 +0100 Subject: [PATCH] remove firebase comment --- refilc/lib/main.dart | 6 ------ 1 file changed, 6 deletions(-) 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, - // ); - // } } }