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

preview_player
Показать описание
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:

Tutorials for other Firebase features with Python:

Firebase is a NoSQL database. For more info:

Firebase Realtime DB is a document-oriented NoSQL database, based on JSON document format. For more info:

Playlist:

For suggestions or comments:

*************
**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
Рекомендации по теме
Комментарии
Автор

Amazing video! Thanks a lot.

Just a heads up for people trying this now, things have changed, Firebase config doesn't include databaseURL automatically, so first create a new key 'databaseURL' and set the value to your database link (ref 6:10).

incwalker
Автор

Found this tutorial very helpful as I learn how to manipulate a DB on Firebase. Explanations in this video were clear and straightforward. Very useful.

jdholwick
Автор

Thank you very much, I am doing my final project and although it is not in Spanish it is simple enough to understand.
Greetings from Mexico.

gerardomorenorivera
Автор

Girl you're amazing!! Greetings from Brazil <3

saranicoly
Автор

a suggestion !
you can increase the font size so we can see the code properly

locus
Автор

It was really useful. Plese explore more features of firebase with python.

rohitsonawane
Автор

that's amazing and clean, thanks

ahmedyehia
Автор

Thank you for so much value.

Please make a video on integrating Django website with Firebase database.

subijoyacharya
Автор

Followed the whole video but I still can not get the Web API key

MohaleMalebanye
Автор

please tell me about firebase and django social media like app, web hosting and database

bbboybebi
Автор

gyse who are watching at this time! with a new database interface, please add "databaseURL" in the configuration dictionary, it doesn't generate automatically !
for this you will get error !
"KeyError: 'databaseURL' "
this simple error ruined my whole afternoon!

rab_x
Автор

I got an issue, when I use db.push(data) it sends TWO records at a time to firebase, any help !

rashadal-hamhami
Автор

is it bad to nest data like that for many employees?

joshuantw
Автор

credentials are disclosed...:

- I am working on a big real time project
- And I have always this problem of disclosing credentials
- so I read that, we should use .env files and add .env to .gitignore
- and add the keys
- but, sometimes the keys from the .env files after importing and using them, are sometimes empty
- so if you could please try to do that, It would be helpful to me and everyone

rohandevaki
Автор

ı cant download ( pip install pyrebase )
ı take this mistake : Building wheel for pycryptodome (setup.py) ... error

can you help me ?

imwhateverim
Автор

Hello, I get this error when sending data to FIREBASE:
*File "c:\Users\pc\pyrebase.py", line 1, in <module>

import pyrebase
File ""c:\Users\pc\pyrebase.py", line 10, in <module>
firebase =
AttributeError: partially initialized module 'pyrebase' has no attribute 'initialize_app' (most likely due to a circular
import)*

pls, help

videohastasi
Автор

Hi..!
I tried this on spyder ide. But i got error of no module found "pyrebase". can u help me in this? thanks in advance..!!

Suresh-nibn
visit shbcf.ru