From cff51b4d6e0a8d47805f664c7adfe5e5ec8589df Mon Sep 17 00:00:00 2001 From: simcoderDev Date: Fri, 21 May 2021 14:13:35 +0100 Subject: [PATCH] [Add] new comment --- frontend/src/App.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index 6b69459..7f2a7e4 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -8,6 +8,8 @@ import thunk from 'redux-thunk'; import Main from "./component/Main"; import rootReducer from './redux/reducers'; +//Don't forget to subscribe + var firebaseConfig = { apiKey: "****", authDomain: "****", @@ -38,11 +40,11 @@ export default function App() { }); }, []) - console.log({loaded}) + console.log({ loaded }) if (!loaded) { - console.log({loaded}) + console.log({ loaded }) return ( -
+
-
+
); }