It's a simple chat application based on Firebase Auth and Firebase DB components
- Clone:
git@github.com:PlusOneGeneration/firebase-chat-app.git
orhttps://github.com/PlusOneGeneration/firebase-chat-app.git
- Inside project you just need to run
npm i
- To use your Firebase just put credentials to
src/environments/environment.ts
- Last step run:
npm start
and go tohttp://localhost:4200
in your browser
- Go to firebase console
https://console.firebase.google.com/
(login or signup) - Create project
- In Overview ->
Add Firebase to your Web-app
-> Copy credentials - Put credentials of your Firebase to
src/environments/environment.ts