From 91ecae472686cf5a412e37203d28cfc97288bd03 Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Sat, 11 Aug 2018 01:28:12 +0900 Subject: [PATCH] Fixed a requested scope --- lib/remocon/command/get_token_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remocon/command/get_token_command.rb b/lib/remocon/command/get_token_command.rb index b7c921d..7598fbb 100644 --- a/lib/remocon/command/get_token_command.rb +++ b/lib/remocon/command/get_token_command.rb @@ -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!