79782577

Date: 2025-10-04 17:06:57
Score: 1
Natty:
Report link

If that happens on iOS/macOS you have to delete the GoogleService-Info.plist from the XCode project "Copy bundle resources" build phase. It's added automatically when you do flutterfire configure but in your main.dart file this plist is already created from the Firebase initialization code:

await Firebase.initializeApp(
      options: DefaultFirebaseOptions.currentPlatform,
    );

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: zouritre