/Python-Firebase-Realtime-Database-CRUD-Series

Source code for videos in the Python Firebase Realtime Database CRUD series: https://www.youtube.com/watch?v=LaGYxQWYmmc&list=PLs3IFJPw3G9Jwaimh5yTKot1kV5zmzupt

Primary LanguagePython

Python-Firebase-Realtime-Database-CRUD-Series

About

This is the source code for videos in the Python Firebase Realtime Database CRUD series: https://www.youtube.com/watch?v=LaGYxQWYmmc&list=PLs3IFJPw3G9Jwaimh5yTKot1kV5zmzupt Tutorial by Youtube channel: Code First Email: code.first.io@gmail.com You can ask me questions or just drop a line!

What does this code do?

Through this tutorial, you will learn how to:

  • Create a Firebase project
  • Initialize a Firebase app with Python
  • Use the Pyrebase library
  • Insert data into the Realtime Database
  • Update data in the Realtime Database
  • Delete data from the Realtime Database
  • Query the Realtime Database

Requirements

Pyrebase is required. Install it with pip install pyrebase