Using a Realtime Database in Python (Kivy) using Firebase

preview_player
Показать описание

Remember to type with double quotes in the text field.

Happy coding! 🤓🖥
Рекомендации по теме
Комментарии
Автор

This is awesome! I just started using firebase in December for an iOS app as well. Cool to see someone else had the same idea! You should make another video showing people how to use more of firebase's REST API to query data by certain keys and like upper/lower limits.

erik-sandberg
Автор

the tutorial is awesome. I tried for weeks to convert data to json before I could send it to firebase. Thanks bro.

acework
Автор

I am pretty late but this video helped me a lot ❤️ so thank you so much. Was trying to figure out how to make an apk but was stuck, your suggestion of using request module instead of firebase really helped me out.

Also if you are reading this I wanted to update that when importing request module, the buildozer spec file requirements section will include
requests, urllib3, chardet, idna

So if anyone is stuck while building and deploying apk add these dependencies to the requirements list
Also logcat helped me alot to find the missing modules

yashmehta
Автор

Thank you soo much wasted 2 days searching in google at last found this and it worked!!!

shubhoum
Автор

He bro, just to have the data in back side without use the dictionary in TextInput, you can store the TextInput value in a dictionary and use :
request.post(url=firebase_url,

So thank you for the video, it really helped me...

HelloWorld-fhge
Автор

Please, make a tutorial for kivy recycle view to run a table with the data from database. Nice video.

Lucas-ggyb
Автор

Thank you, your video helped me a lot, I wanted a video of the part that did not show turning into apk.
Like and favorite

EduardoCCorrea
Автор

Seems like post would be useful if you have many users. I suppose the app could save that random folder name as a string and call that data with it for that specific user?

jimkeen
Автор

Hi!
Thank you for your outstanding video. I've been creating my project and was in desperate need of something like this, so your video was 1000% helpful anwsering all the question I had about using Firebase this way.

I already wrote some algorythm to my app, and it works well on my PC.

But it aint on my phone.

I think the problem caused by my buildozer spec file - probably I don't have some requirements needed, or something else.

Could you please specify your settings in spec file, so I could have idea what is missing.

I know I could use android logs to find it out, but for some tech reason they are unavaible for now, so I should only work blindly.

About my app:
It turns on, but when I push my sync button (which downloads data) my app crashes.

maxpershin
Автор

Thanks for the video. May I ask what editor/IDE are you using?

mntiv
Автор

Great ! Can you please list out few most popular apps developed using Kivy with firebase and is best idea to develop mobile apps using Kivy in terms of quality and performance ? It helps me to continue with Kivy

naveenkumarm
Автор

hi! just subscribed. question sir. in "GET" how to select just 1 row data? like for example i just want to select the PARENT1 data. hope you can reply. TIA

gigamgamboa
Автор

What version of Kivy is this in? Getting "TypeError: 'NoneType' object is not subscriptable" issues with 1.10.1 python 3. Anyone know a fix?

adamh
Автор

i tried printing the get response it printd response 200
but i use patch fxn in requests and patch through it but it doesn't show up in the database, rules turned true

bishantadhikari
Автор

looking for latest version of this tutorial

borneoviral
Автор

thank you for this amazing video Dear, i see you used python2.7 for this app, is posible to use python 3 to do the same thing, because i have been trying to use python3 but the application keep crashing in my phone, is think the issue is in the buildozer file but i can't figure it out.
can you please help me figure that out ?

loldjygermain
Автор

can we directly use 'import firebase' and use its functions to build mobile app instead of importing requests and json??

tuanazzam
Автор

Good night,
Excellent work on this video, it eliminates outdated libraries like pyrebase.

In the DELETE part I missed deleting just one document, in your video it shows the total deletion.

Would it be possible to answer how the exclusion of a single document would be?

EliasPaiFilho
Автор

Will this work if the program is built to be a smartphone application?

chaddlesticks
Автор

Hey I know this is not really about the vid that much, but I've been trying to do something similar to this. However, I can't get buildozer to make an APK. It said it can't execute Aidl when I try to "buildozer android debug deploy" it. I wonder if this ever happen to you and if not do you know a way to solve this? I've been going all over every forums, and they didn't help me at all. I would be very appreciated if you reply to this comment!

opposite
visit shbcf.ru