This python script can be used to access or manage different features of firebase database by google.
This provides features like :
- Create new User
- Sign In Used based on email or password
- Authorize a new uer
- email verification
- reset password
- Create your Real Time Database
- Retrieve Data from the Database
- update Data
- Delete Data
Note :
Firebase Real time database is an Non SQL based Database.
- Retrieve Data
- Send data
- Download Data
- Update / Delete Data
Note :
firebase Storage is used to store all the files/ non text based data in the Database.
First of all install python on your system.
pip install pyrebase4
pip install firebase
- Go to FireBase Console
- Sign in / Login with your Google Account or any other Account you prefer
- after that in your window the option to create a new Project will be there go and create a new project
- after that fill in the basic details like project name, etc
- after that just go and click on add an App icon on the screen
- in that select web app as the option
- after that you will see some credentials that have been allocated by the Firebase Cloud service
- just copy-paste them accordingly in credentials.env and Do
Learn more about firebase and its services firebase
Learn more about pyrebase a wrapper framwork for firebase API's pyrebase
You can find me at:- Linkedin or Github .
Happy coding ❤️ .