Skip to content

Commit 6455acb

Browse files
Merge pull request #339 from firebase/ta/fix-auth-debug
Pass debug parameter when initializing auth client
2 parents bc4599c + 0218861 commit 6455acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/firebase_app_distribution/helper/firebase_app_distribution_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def init_client(service_credentials_file, firebase_cli_token, debug, timeout = n
7878
end
7979

8080
client = Google::Apis::FirebaseappdistributionV1::FirebaseAppDistributionService.new
81-
client.authorization = get_authorization(service_credentials_file, firebase_cli_token)
81+
client.authorization = get_authorization(service_credentials_file, firebase_cli_token, debug)
8282
client
8383
end
8484

0 commit comments

Comments
 (0)