cleaning out and ading config

This commit is contained in:
talksik
2022-05-28 09:26:14 -05:00
parent ba2b2c6957
commit fb9a42f277
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export const firebase = '';
@@ -0,0 +1,10 @@
{
"apiKey": "AIzaSyAbTV9bb0TOtagzQMRMdXpSX5RhkS3z8NE",
"authDomain": "nirvana-v3.firebaseapp.com",
"projectId": "nirvana-v3",
"storageBucket": "nirvana-v3.appspot.com",
"messagingSenderId": "423533244953",
"appId": "1:423533244953:web:b492f91669886c065db088",
"measurementId": "G-0276T4D8NY",
"serviceAccountId": "firebase-adminsdk-vcny0@nirvana-v3.iam.gserviceaccount.com"
}
@@ -5,6 +5,7 @@ import Realm from 'realm';
import { FcGoogle } from 'react-icons/fc';
import { blueGrey } from '@mui/material/colors';
import Channels from '../electron/constants';
import { firebase } from '../firebase/connect';
interface IAuthContext {
user?: Realm.User;