So aparently when you are debugging it in web mode, you need to pass this option in the initializer function-
await Firebase.initializeApp(
options: FirebaseOptions(
apiKey: "",
appId: "",
messagingSenderId: "",
projectId: ""),
);
So aparently when you are debugging it in web mode, you need to pass this option in the initializer function-
```
await Firebase.initializeApp(
options: FirebaseOptions(
apiKey: "",
appId: "",
messagingSenderId: "",
projectId: ""),
);
```