Place the PROD GoogleService-Info.plist here, named exactly: GoogleService-Info.plist Register this iOS app first: • Firebase project: the PRODUCTION project • iOS bundle ID: com.asc.hallobestie (the EXISTING App Store app — v2 ships as an update to it; needs the `asc` Apple Developer account) Then download its GoogleService-Info.plist into this folder (delete this .README). Also paste its values into lib/firebase/firebase_options_prod.dart (currently all PLACEHOLDER). 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.