Use Python and Firebase Realtime database to retrieve data from the database. The library used is Pyrebase wrapper. Part of a CRUD series.
In this video, you will:
Create a Firebase project
Learn how to initialize a Firebase app with Python
Retrieve Firebase data
Use the get() function
Iterate over retrieved data
Source code:
https://github.com/codefirstio/Python...
Playlist:
Firebase + Python CRUD tutorials: • Python + Firebase Authentication sign...
Tutorials for other Firebase features with Python:
Python + Firebase Authentication: sign-in and sign-up: • Python + Firebase Authentication sign...
Python + Firebase Cloud Storage: work with files on the cloud: • Firebase Cloud Storage: Python tutori...
Firebase is a NoSQL database. For more info:
NoSQL Databases Explained (2020): • NoSQL Databases Explained in 5 minut...
Firebase Realtime DB is a document-oriented NoSQL database, based on JSON document format. For more info:
Learn JSON in 12 minutes: • Learn JSON: Everything you need to kn...
For suggestions or comments:
My email: mailto:[email protected]
*************
*Tags*
Pyrebase
Python Firebase tutorial
Firebase Python tutorial
Realtime Database tutorial
Python Firebase CRUD
Realtime database CRUD tutorial
Realtime db CRUD tutorial
CRUD tutorial
Pyrebase Retrieve Data
Pyrebase Read Data