diff --git a/app/controllers/api/migrations.php b/app/controllers/api/migrations.php index a41f77016a..83888fff2c 100644 --- a/app/controllers/api/migrations.php +++ b/app/controllers/api/migrations.php @@ -580,7 +580,7 @@ App::get('/v1/migrations/firebase/report/oauth') App::get('/v1/migrations/firebase/connect') ->desc('Authorize with firebase') ->groups(['api', 'migrations']) - ->label('scope', 'migrations.read') + ->label('scope', 'migrations.write') ->label('sdk.auth', [APP_AUTH_TYPE_ADMIN]) ->label('sdk.namespace', 'migrations') ->label('sdk.method', 'createFirebaseAuth')