Simple video chat application using the WebRTC API in your browser and Cloud Firestore for signaling
npm -g install firebase-tools
firebase emulators:start
🎉 Initial commit 🎉
🚀 [ADD] - when implementing a new feature
🔨 [FIX] - when fixing a bug or issue
🎨 [REFACTOR] - when refactor/improving code
🚧 [WIP] - WIP
📝 [MINOR] - Some small updates
✅ [MERGED] - when merging a feature
Initially cloned from https://github.com/webrtc/FirebaseRTC
This is the GitHub repo for the FirebaseRTC codelab. This will teach you how to use Firebase Cloud Firestore for signalling in a WebRTC video chat application.
The solution to this codelab can be seen in the solution branch.
See http://webrtc.org for details.