Learn Firebase + Flet Quickly and Easily (Beginner Friendly Tutorial)

preview_player
Показать описание
It's so easy to use a database as a service with Flet! You are free to use all the power of Python without the worry of having to maintain your own server (the local application takes care of that) and your security practices will mainly be implemented on the database. Here we take a crack at a notes application that features independent user data with all CRUD features. As always feel free to ask any questions and download my repo below.

Chapters:
00:00 - Introduction - Firebase + Flet
00:23 - Set Up Firebase Project
01:00 - Pyrebase4 and Custom DB/Auth Class
1:45 - Flet UI Initialization and Project Structure
2:25 - Custom Flet Router Class
2:38 - IndexView
3:30 - RegisterView
3:50 - Note Class (Custom UserControl child Class)
4:41 - DashboardView
5:17 - Fully Functional Application

Special Thanks:
Firebase
Empty Mind - Lofi Hour at Pixabay

#programming #flet #python #flutter #tutorial #programmingforbeginners #coding #newtechnology #frontend #frontenddeveloper #backendwebdevelopment #versioncontrol #github #routing #objectorientedprogramming #routing #webdesign #desktopapplication #selftaught #fullstacksoftwareengineering #beginnerfriendly
Рекомендации по теме
Комментарии
Автор

Once the Flet developers get the mobile platform packing set up, I see a lot of apps being built on Flet! Will you use it?

codingjq
Автор

Bro, can you make a video about how to deploy very simple python project with flet in firebase, with hosting

feliny
Автор

Thanks for the great video! When I tried flet build web, I got errors. Then I tried to create the most basic project and include in my requirements only flet and Pyrebase4, and the build still failed. When I removed pyrebase from the requirements the build passed. Is there an issue with building using Pyrebase4? Could you make a video on publishing our app?

עדיקובי-זח
Автор

fantastic video! It has been a while.. It will be nice to see something with django-ninja or fastapi..

fabsync
Автор

Dudde, where the hell did you even find flet? Really cool bro

willvincentparrone
Автор

How can you pack that app for distribution, I have a similar project structure but no clue how to make it into an .exe

The_Mangolorian
Автор

flet build apk -vv

VERBOSE: Collecting pycryptodome>=3.6.4 (from pyrebase4)
VERBOSE: Using cached pycryptodome-3.20.0.tar.gz (4.8 MB)
VERBOSE: Installing build dependencies: started
VERBOSE: Installing build dependencies: finished with status 'done'
VERBOSE: Getting requirements to build wheel: started
VERBOSE: Getting requirements to build wheel: finished with status 'error'

?

hedi_luqman
Автор

WAY TOO FAST BRO, you skipped like 20 steps

aaronraycove
Автор

Can u make video about how w extract flet app to apk and publish it

Harounu_Dz