Skip to content

hepiska/realtime-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

realtime-firebase

learning realtime app with firebase

##how to use

  1. cd chat
  2. 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
  1. yarn or npm
  2. 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

About

learning realtime app with firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published