https://github.com/jmbl1685/github-chat
Chat for Github Developers (Angular 10.1.6 + Firebase)
https://github.com/jmbl1685/github-chat
angular angular-fire chat firebase now-sh rxjs typescript
Last synced: 9 months ago
JSON representation
Chat for Github Developers (Angular 10.1.6 + Firebase)
- Host: GitHub
- URL: https://github.com/jmbl1685/github-chat
- Owner: jmbl1685
- Created: 2019-09-01T02:37:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T21:42:34.000Z (about 1 year ago)
- Last Synced: 2025-04-20T14:42:48.361Z (9 months ago)
- Topics: angular, angular-fire, chat, firebase, now-sh, rxjs, typescript
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat for GitHub Developers
[](https://github-chat.now.sh)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.7
This is chat sample using Angular 10.1.6 and Firebase.
#### Challenge
- Exchange the logic to your own backend (php, nodejs, python, c#...) or using Firebase Functions (Look at the services).
- Improve functionality.
## Getting started
- ./src/environments/environment.ts
- ./src/environments/environment.prod.ts
Change this values to your personal credentials
```js
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}}",
};
```
```sh
$ npm start
```