Python Firebase Realtime Database CRUD tutorial #2 - Update Data [Pyrebase]

Code First with Hala June 30, 2020
Video Thumbnail
Code First with Hala Logo

Code First with Hala

View Channel

About

Hello! I'm Hala. I create step by step coding tutorials to help you learn coding fast. For business inquiries: [email protected]

Video Description

Use Python and Firebase Realtime database to update data in the database in multiple ways. We will consider both cases where we update data with generated keys and with our own keys.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 Update data in Firebase Realtime Database Update data with generated keys as parent Update data with set keys at parent Multi-location update Source code: https://github.com/codefirstio/Python-Firebase-Realtime-Database-CRUD-Series Playlist: Firebase + Python CRUD tutorials: https://www.youtube.com/watch?v=LaGYxQWYmmc&list=PLs3IFJPw3G9Jwaimh5yTKot1kV5zmzupt Tutorials for other Firebase features with Python: Python + Firebase Authentication: sign-in and sign-up: https://www.youtube.com/watch?v=LaGYxQWYmmc&t=4s Python + Firebase Cloud Storage: work with files on the cloud: https://www.youtube.com/watch?v=zGGq3kBedR8 Firebase is a NoSQL database. For more info: NoSQL Databases Explained (2020): https://www.youtube.com/watch?v=9vBJfrZ8Pv8 Firebase Realtime DB is a document-oriented NoSQL database, based on JSON document format. For more info: Learn JSON in 12 minutes: https://www.youtube.com/watch?v=j_qJUGnd_sc 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 Update Data

You May Also Like