cleaning out and ading config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user