Skip to content

Commit

Permalink
[#522] Use FIREBASE_SERVICE_ACCOUNT instead of FIREBASE_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
blyscuit committed Oct 9, 2023
1 parent fa8b0d7 commit ce963ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlane/Helpers/Distribution.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ enum Distribution {
app: .userDefined(environment.firebaseAppId),
groups: .userDefined(groups),
releaseNotes: .userDefined(releaseNotes),
firebaseCliToken: .userDefined(Secret.firebaseCLIToken),
debug: .userDefined(true)
)
}
Expand Down

0 comments on commit ce963ca

Please sign in to comment.