Place the DEV GoogleService-Info.plist here, named exactly: GoogleService-Info.plist Register this iOS app first: • Firebase project: halobestie-clone-dev (the DEV project) • iOS bundle ID: com.mybestie.mitra.dev Then download its GoogleService-Info.plist into this folder (delete this .README). Also paste its appId/apiKey into lib/firebase/firebase_options_dev.dart. How it gets used: a build-phase "Run Script" (added in Xcode — Mac follow-up) copies the per-flavor file into ios/Runner/GoogleService-Info.plist at build time. See ../README.md and BUILD_FLAVORS.md.