diff --git a/lib/main.dart b/lib/main.dart index 3eb7e55..4db8249 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -7,13 +7,7 @@ Future main() async { try { await Firebase.initializeApp( options: const FirebaseOptions( - apiKey: "AIzaSyAHjC6mAe7-9V3_ugjJyZPfgxeaej1XRbc", - authDomain: "top108-97bfd.firebaseapp.com", - projectId: "top108-97bfd", - storageBucket: "top108-97bfd.appspot.com", - messagingSenderId: "842732551011", - appId: "1:842732551011:web:94edc8e3eb59e1665d3156", - measurementId: "G-5HJS5N7BN7")); + )); runApp(const MyApp()); } catch (e) { debugPrint(e.toString());