feat(firebase): add firebase integration
This commit is contained in:
9
packages/backend/src/apps/firebase/common/auth-scope.js
Normal file
9
packages/backend/src/apps/firebase/common/auth-scope.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const authScope = [
|
||||
'https://www.googleapis.com/auth/datastore',
|
||||
'https://www.googleapis.com/auth/firebase.database',
|
||||
'https://www.googleapis.com/auth/datastore',
|
||||
'https://www.googleapis.com/auth/userinfo.email',
|
||||
'https://www.googleapis.com/auth/userinfo.profile',
|
||||
];
|
||||
|
||||
export default authScope;
|
Reference in New Issue
Block a user