fix: move Firebase config injection to pre-install hook
Move Firebase production config injection from post-install to pre-install hook to ensure production configs are in place before Expo prebuild runs. This prevents Expo from copying dev Firebase configs during prebuild. Also add validation to detect if dev config (yoroi-mobile-dev-1) is accidentally used in production builds, failing the build early with a clear error message.