Skip to content

This project uses GUI-based programming paradigm which supports CRUD operations with Firebase.

Notifications You must be signed in to change notification settings

debasishray16/Tkinter_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

FireBase Construction Application

This Application consists of following CRUD functionality where the data are fetched, deleted, updated and inserted in Firebase Realtime databases.

Modules

  1. Pyrebase

  2. Tkinter

API References

# Required to connect to firebase realtime database

Config = {
    "apiKey": "AIzaSyB3b7J7D5LHOqrhdvAfOivEHdUhj23_73s",
    "authDomain": "python-a4ee7.firebaseapp.com",
    "databaseURL": "https://python-a4ee7-default-rtdb.firebaseio.com",
    "projectId": "python-a4ee7",
    "storageBucket": "python-a4ee7.appspot.com",
    "messagingSenderId": "666918671924",
    "appId": "1:666918671924:web:d98ddefa593c64c2b95c61",
    "measurementId": "G-WFM6B52WE0"
}

Then, add this inside your main.py file to establish a connection between your code and Firebase.

firebase = pyrebase.initialize_app(Config)
db = firebase.database()

About

This project uses GUI-based programming paradigm which supports CRUD operations with Firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages