Skip to content

Commit

Permalink
chore: add User info component nkowaokwu#619
Browse files Browse the repository at this point in the history
  • Loading branch information
davydocsurg committed May 7, 2023
1 parent 18c51f6 commit 4db15d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "nkowaokwu-davydocsurg"
"default": "igbo-api-bb22d"
}
}
21 changes: 7 additions & 14 deletions src/services/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,13 @@ import { getFunctions, connectFunctionsEmulator } from 'firebase/functions';
import { isProduction } from '../config';

const FIREBASE_CONFIG = {
apiKey: 'AIzaSyDA4Osryb094cI6ER3-iv7dtKqniHZJo0o',
authDomain: 'nkowaokwu-davydocsurg.firebaseapp.com',
projectId: 'nkowaokwu-davydocsurg',
storageBucket: 'nkowaokwu-davydocsurg.appspot.com',
messagingSenderId: '466044324666',
appId: '1:466044324666:web:078a574d09a3380fc75e03',
measurementId: 'G-9NPCPQ8S76',
// apiKey: 'AIzaSyBDXPLmvu7YEagwdgp_W4uoZhCglbXrG6M',
// authDomain: 'igbo-api-bb22d.firebaseapp.com',
// projectId: 'igbo-api-bb22d',
// storageBucket: 'igbo-api-bb22d.appspot.com',
// messagingSenderId: '299917108135',
// appId: '1:299917108135:web:e5053fceeba3155b624c82',
// measurementId: 'G-YGGV667F2H',
apiKey: 'AIzaSyBDXPLmvu7YEagwdgp_W4uoZhCglbXrG6M',
authDomain: 'igbo-api-bb22d.firebaseapp.com',
projectId: 'igbo-api-bb22d',
storageBucket: 'igbo-api-bb22d.appspot.com',
messagingSenderId: '299917108135',
appId: '1:299917108135:web:e5053fceeba3155b624c82',
measurementId: 'G-YGGV667F2H',
};

initializeApp(FIREBASE_CONFIG);
Expand Down

0 comments on commit 4db15d7

Please sign in to comment.