Skip to content

fireReactRTC is a finger-snapping fast to implement react component for webRTC in ReactJS with Firebase as backend.

License

Notifications You must be signed in to change notification settings

Terkea/fireReactRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

https://firereactrtc-3690b.web.app/ When accessing a room use another browser window and hit the join button twice.

Motivation

fireReactRTC is a finger-snapping fast to implement component for webRTC in ReactJS with Firebase as backend.

realtimeDB realtimeDB

Run

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
    }
}

realtimeDB

Once you done there navigate to the app settings then copy yours and replace them with the ones from firebase.js

settings

npm start

Knock yourself up! In the near future I'll improve its design.

About

fireReactRTC is a finger-snapping fast to implement react component for webRTC in ReactJS with Firebase as backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published