feat(firebase): add firebase integration

This commit is contained in:
Rıdvan Akca
2024-02-29 14:28:50 +03:00
parent e4292815cd
commit 9b51e0f746
14 changed files with 388 additions and 0 deletions

View 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;