From fdb7218978e0067256a198ee9ad3eaf80d8f7da0 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 30 Aug 2023 22:48:51 -0400 Subject: [PATCH] Update firebase connect scope --- app/controllers/api/migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')