Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fireship-io/webrtc-firebase-demo
Video Chat with WebRTC and Firebase
https://github.com/fireship-io/webrtc-firebase-demo
Last synced: 16 days ago
JSON representation
Video Chat with WebRTC and Firebase
- Host: GitHub
- URL: https://github.com/fireship-io/webrtc-firebase-demo
- Owner: fireship-io
- Created: 2021-03-14T18:55:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T06:27:24.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:37:16.152Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 505
- Watchers: 9
- Forks: 306
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Chat with WebRTC and Firebase
Build a 1-to-1 video chat feature with WebRTC, Firestore, and JavaScript.
Watch the [WebRTC Explanation on YouTube](https://youtu.be/WmR9IMUD_CY) and follow the full [WebRTC Firebase Tutorial](https://fireship.io/lessons/webrtc-firebase-video-chat) on Fireship.io.
## Usage
Update the firebase project config in the main.js file.
```
git clone
npm installnpm run dev
```