This project was generated with Angular CLI version 10.1.7
This is chat sample using Angular 10.1.6 and Firebase.
- Exchange the logic to your own backend (php, nodejs, python, c#...) or using Firebase Functions (Look at the services).
- Improve functionality.
- ./src/environments/environment.ts
- ./src/environments/environment.prod.ts
Change this values to your personal credentials
const firebaseConfig = {
apiKey: "{{PASTE_YOUR_API_KEY}}",
authDomain: "{{PASTE_YOUR_AUTH_DOMAIN}}",
databaseURL: "{{PASTE_YOUR_DATABASE_URL}}",
projectId: "{{PASTE_YOUR_PROJECT_ID}}",
storageBucket: "{{PASTE_YOUR_STORAGE_BUCKET}}",
messagingSenderId: "{{PASTE_YOUR_MESSAGING_SENDER_ID}}",
appId: "{{PASTE_YOUR_APP_ID}}",
};
$ npm start