learning realtime app with firebase
##how to use
- cd chat
- create fire.js file on src folder
import * as firebase from 'firebase';
import "firebase/firestore"
const config = {
apiKey: "",
authDomain: "",
databaseURL: '',
projectId: "",
storageBucket: '',
messagingSenderId: ''
};
const fire = firebase.initializeApp(config);
export default fire
- yarn or npm
- yarn start or npm start
all main chat function done, less remove chat room and group chat, and need refactor on styling try on https://firechat-99c4c.firebaseapp.com