Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 849 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 849 Bytes

Firebase chat app

Chat app used firebase Realtime Database, firebase Authentication and pyQt5. (the project is still in beta)

Usage

For using this project, you need to start new firebase project. Put your api keys in firebase.py file like this:

config = {
            "apiKey": "your data",
            "authDomain": "your data",
            "databaseURL": "your data",
            "projectId": "your data",
            "storageBucket": "your data",
            "messagingSenderId": "your data",
            "appId": "your data"
        }

The real time db rules should be (for now):

{
  "rules": {
    ".read": "true",
    ".write": "true"
  }
}

And you ready run enter_dialog.py

Screenshots

alt text

alt text

alt text