mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #6083 from appwrite/refactor-migration-connect-scope
Update firebase connect scope
This commit is contained in:
commit
60df7af3f7
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ App::get('/v1/migrations/firebase/report/oauth')
|
||||||
App::get('/v1/migrations/firebase/connect')
|
App::get('/v1/migrations/firebase/connect')
|
||||||
->desc('Authorize with firebase')
|
->desc('Authorize with firebase')
|
||||||
->groups(['api', 'migrations'])
|
->groups(['api', 'migrations'])
|
||||||
->label('scope', 'migrations.read')
|
->label('scope', 'migrations.write')
|
||||||
->label('sdk.auth', [APP_AUTH_TYPE_ADMIN])
|
->label('sdk.auth', [APP_AUTH_TYPE_ADMIN])
|
||||||
->label('sdk.namespace', 'migrations')
|
->label('sdk.namespace', 'migrations')
|
||||||
->label('sdk.method', 'createFirebaseAuth')
|
->label('sdk.method', 'createFirebaseAuth')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue