Skip to content

Commit

Permalink
Fixed a requested scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed Aug 10, 2018
1 parent 1edbe0c commit 91ecae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remocon/command/get_token_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def run

authorizer = Google::Auth::ServiceAccountCredentials.make_creds(
json_key_io: File.open(config.service_json_file_path),
scope: "https://www.googleapis.com/auth/firebase"
scope: "https://www.googleapis.com/auth/firebase.remoteconfig"
)

authorizer.fetch_access_token!
Expand Down

0 comments on commit 91ecae4

Please sign in to comment.