An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Chat for GitHub Developers

[![Github Chat Logo](https://i.ibb.co/3WwBRxk/logo.png)](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
```