Skip to content

Ashish-React-Techugo/realtime-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firepad Collaborative Editing React Component Hello-World

  1. Sign up and/or log into Firebase and create a project.
  2. In https://console.firebase.google.com, go to your project.
  3. Go to Database->Rules and set the rules to:
{
 "rules": {
   ".read": true,
   ".write": true
 }
}

This means that anyone can read and update the Firebase DB. That may not be the best idea in Real Life.

  1. yarn
  2. yarn start

This project was bootstrapped with https://github.com/facebookincubator/create-react-app. Firepad/Firebase integration is based on https://github.com/firebase/firepad/blob/master/examples/code.html .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published