Python Firebase Realtime Database CRUD tutorial #1 - Create Data [Pyrebase]

Опубликовано: 28 Июнь 2020
на канале: Code First with Hala
43,912
569

Use Python and Firebase Realtime database to create data into the database in three different ways. 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
Push data to Firebase Realtime DB
Create a unique key for your data
Create paths to the data

Source code:
https://github.com/codefirstio/Python...

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...  

Playlist:
Firebase + Python CRUD tutorials:    • Python + Firebase Authentication sign...  

For suggestions or comments:
My email: mailto:[email protected]

*************
*Tags*
Pyrebase
Python Firebase tutorial
Firebase Python tutorial
Realtime Database tutorial
Python Firebase CRUD
Realtime dataabse CRUD tutorial
Realtime db CRUD tutorial
CRUD tutorial
Pyrebase Create Data