Skip to content

Commit

Permalink
Merge pull request #6 from rkverma2022/main
Browse files Browse the repository at this point in the history
Update main.dart
  • Loading branch information
rkverma2022 authored Feb 29, 2024
2 parents 4d33366 + 578a1b8 commit a2c0199
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ Future<void> 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());
Expand Down

0 comments on commit a2c0199

Please sign in to comment.