Skip to content

Commit

Permalink
Merge pull request #12 from jmatsu/fix_scope
Browse files Browse the repository at this point in the history
Fixed a requested scope
  • Loading branch information
jmatsu authored Aug 10, 2018
2 parents 1edbe0c + 91ecae4 commit b460831
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 b460831

Please sign in to comment.