Skip to content

botbaht/Chatbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Chatbase

The proof of concept of how to implement Chat with Firebase Database

https://earthchie.github.io/Chatbase/

Firebase Rule

{
  "rules": {
    ".read": "true",
    ".write": "true",
    
    "chatroom":{
      ".indexOn": "when"
    }
  }
}

About

The proof of concept of how to implement Chat with Firebase Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • HTML 30.7%
  • CSS 16.8%