1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-11 19:44:25 +02:00

add signup package required for extension auth

This commit is contained in:
Kushagra Gour
2024-05-09 16:54:40 +05:30
parent 3c8bf5e982
commit 346adb54c2
10 changed files with 8399 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
export const config = {
apiKey: 'AIzaSyBl8Dz7ZOE7aP75mipYl2zKdLSRzBU2fFc',
authDomain: 'web-maker-app.firebaseapp.com',
databaseURL: 'https://web-maker-app.firebaseio.com',
projectId: 'web-maker-app',
storageBucket: 'web-maker-app.appspot.com',
messagingSenderId: '560473480645'
};