Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ialimustufa/firebase-web-chat
Web Chat application using firebase
https://github.com/ialimustufa/firebase-web-chat
firebase firebase-database website
Last synced: 7 days ago
JSON representation
Web Chat application using firebase
- Host: GitHub
- URL: https://github.com/ialimustufa/firebase-web-chat
- Owner: ialimustufa
- License: apache-2.0
- Created: 2018-07-14T21:46:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T15:28:42.000Z (about 4 years ago)
- Last Synced: 2024-11-02T01:50:23.606Z (14 days ago)
- Topics: firebase, firebase-database, website
- Language: JavaScript
- Size: 24.4 KB
- Stars: 19
- Watchers: 8
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# firebase-web-chat
Web Chat application using firebase
Follow this instructions:
Start with Web-StartCreate project
In the Firebase console click on Add Project and call it firebasewebchat.Click Create Project.
The application that we are going to build uses the whole set of Firebase products available on the web:
Firebase Authentication to easily let your users sign-in your app.
The Firebase Realtime Database to save structured data on the Cloud and get instant notification when the data is updated.
Cloud Storage for Firebase to save files in the cloud.
Firebase Hosting to host and serve your static assets.
Firebase Cloud Messaging to send push notifications and display browser popup notifications.
Some of these products need special configuration or need to be enabled using the Firebase console:Refer this Codelab to do Complete the Step by Step Codelab:
Click Here