https://firereactrtc-3690b.web.app/ When accessing a room use another browser window and hit the join button twice.
fireReactRTC is a finger-snapping fast to implement component for webRTC in ReactJS with Firebase as backend.
First clone the repository and install the node modules
npm install
Then create a new project on firebase along with a database.
Then navigate to the Realtime Database menu and override the rules
{
"rules": {
".read": true,
".write": true
}
}
Once you done there navigate to the app settings then copy yours and replace them with the ones from firebase.js
npm start
Knock yourself up! In the near future I'll improve its design.