2025-03-17 21:18:55 +00:00
|
|
|
cp "scripts/mocks/mock_constants.dart" "lib/constants.dart"
|
|
|
|
cp "scripts/mocks/mock_firebase_options.dart" "lib/firebase_options.dart"
|
|
|
|
cp "scripts/mocks/mock_firebase.json" "firebase.json"
|
2025-03-17 20:35:33 +00:00
|
|
|
|
2025-03-17 21:18:55 +00:00
|
|
|
curl -H 'Accept: application/vnd.github.v3.raw' \
|
|
|
|
-o "android/app/google-services.json" \
|
|
|
|
-L "https://api.github.com/repos/firebase/quickstart-android/contents/mock-google-services.json"
|
|
|
|
curl -H 'Accept: application/vnd.github.v3.raw' \
|
|
|
|
-o "ios/Runner/GoogleService-Info.plist" \
|
|
|
|
-L "https://api.github.com/repos/firebase/quickstart-ios/contents/mock-GoogleService-Info.plist"
|
2025-03-17 20:35:33 +00:00
|
|
|
|
|
|
|
sh .github/scripts/stub_iap.sh
|