Skip to content

Commit

Permalink
Merge pull request #339 from firebase/ta/fix-auth-debug
Browse files Browse the repository at this point in the history
Pass debug parameter when initializing auth client
  • Loading branch information
MaesterChestnut authored Sep 7, 2023
2 parents bc4599c + 0218861 commit 6455acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def init_client(service_credentials_file, firebase_cli_token, debug, timeout = n
end

client = Google::Apis::FirebaseappdistributionV1::FirebaseAppDistributionService.new
client.authorization = get_authorization(service_credentials_file, firebase_cli_token)
client.authorization = get_authorization(service_credentials_file, firebase_cli_token, debug)
client
end

Expand Down

0 comments on commit 6455acb

Please sign in to comment.