1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Merge pull request #6083 from appwrite/refactor-migration-connect-scope

Update firebase connect scope
This commit is contained in:
Christy Jacob 2023-08-31 06:50:58 +04:00 committed by GitHub
commit 60df7af3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')