Skip to content

Fyvel/WebRTC-firebase

Repository files navigation

WebRTC-firebase

Simple video chat application using the WebRTC API in your browser and Cloud Firestore for signaling

Demo

https://fyvel-webrtc.web.app/

Run the thing locally

npm -g install firebase-tools
firebase emulators:start


Git commit icons

🎉 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


Firebase + WebRTC Codelab

Full code solution can be found under the branch: solution

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.

About

Simple video chat application using the WebRTC API in your browser and Cloud Firestore for signaling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors