Skip to content

Commit

Permalink
Merge pull request #55092 from Expensify/andrew-firebase-groups
Browse files Browse the repository at this point in the history
[No QA] Add `applause` group to Firebase app distribution

(cherry picked from commit 358266e)

(CP triggered by AndrewGable)
  • Loading branch information
luacmartins authored and OSBotify committed Jan 10, 2025
1 parent d5253f2 commit bab5a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ platform :android do
firebase_app_distribution(
app: "1:1008697809946:android:2e48f9ffe8d0b6a2",
service_credentials_file: "./firebase.json",
groups: "applause",
android_artifact_path: ENV[KEY_GRADLE_AAB_PATH],
android_artifact_type: "AAB"
)
Expand Down Expand Up @@ -522,6 +523,7 @@ platform :ios do
firebase_app_distribution(
app: "1:1008697809946:ios:3ffad71f664f2886",
service_credentials_file: "./firebase.json",
groups: "applause",
ipa_path: ENV[KEY_IPA_PATH],
)
end
Expand Down

0 comments on commit bab5a49

Please sign in to comment.