Firebase Auth with only two widgets | Lit Package

  Рет қаралды 4,253

Fun with Flutter

Fun with Flutter

Күн бұрын

An introductory video to Lit Firebase Auth. A new package I made to simplify the process of adding Firebase Authentication to a Flutter application. It's still a new package but I think it will be of great value to a lot of people. Hope you enjoy.
Go check out the package:
pub.dev/packages/lit_firebase...
Take a look at a live example:
funwithflutter.github.io/lit_...
Follow me on Twitter for updates:
/ funflutter
00:00 - Introduction
05:17 - Initialize
10:13 - Standard form
14:40 - Decoration
18:28 - Custom form
17:50 - What's next

Пікірлер: 46
@r-techs1068
@r-techs1068 4 жыл бұрын
The best flutter channel on KZbin and most underrated one,you deserve broad audience
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
Thanks a lot! Working on a new video for this package. Coming this Friday so keep an eye out!
@dhirajdarakhe3808
@dhirajdarakhe3808 2 жыл бұрын
Thank You So Much Brohhh
@rubenruiz3888
@rubenruiz3888 4 жыл бұрын
liiiiit !!! I ll try it out. thanks
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
Thanks! Please let me know what you think
@alexlinkerYT
@alexlinkerYT 3 жыл бұрын
Awesome work,i've a question, how can i acces to the acount udid?
@johnjamesflashman6856
@johnjamesflashman6856 4 жыл бұрын
I am sure I will be using it, thank you.
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
Great! Please give me feedback. Good or bad!
@johnjamesflashman6856
@johnjamesflashman6856 4 жыл бұрын
@@FunwithFlutter I think it is a very good idea and I am about to use it in a new app.
@casquijo
@casquijo 3 жыл бұрын
Thank you!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
You're welcome!
@toufiqulislam8575
@toufiqulislam8575 4 жыл бұрын
Please make a tutorial on Flutter with Tensorflow.
@justincoding
@justincoding 3 жыл бұрын
F/crash_dump32(22309): crash_dump.cpp:474] failed to attach to thread 158: Permission denied Error: unable to locate asset entry in pubspec.yaml: "lib/fonts/fa-brands-400.ttf". Why??
@VladBocai
@VladBocai 3 жыл бұрын
Awesome! But how you can intialize Firebase to an Android app?? Please answer!!
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Read the Flutter Fire docs. Really good
@ernestsheldon4248
@ernestsheldon4248 4 жыл бұрын
So how would i use this package with provider to make whole app and its widgets able to check log auth state, thanks
@ernestsheldon4248
@ernestsheldon4248 4 жыл бұрын
oh and thanks ,awesome work.
@sumitvairagar
@sumitvairagar 4 жыл бұрын
Good Job! Can you create more video like a complete todo app?
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
Good idea!! Definitely have do something like that. Will probably do that once I've added more features and the package has been tested a bit more.
@minnu5966
@minnu5966 4 жыл бұрын
can we have a package where we can communicate with database like uploading, reading, writing, retrieving data to/from database. using uID's and the collections with customized fields ? if yes please provide a link. else take this as a suggestion for further development of this package :)
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
There's a package called Flutter Data, that may already do something similar to this. You should check it out
@andressilva5693
@andressilva5693 4 жыл бұрын
Thanks! Pretty cool and useful. There is something not so straightforward that would be great to have.. It would be great if the package could send an email for email verification (that is a feature in firebase) and then not allow users in until they have verified their email. I gave it a try at implementing it myself and I'm pretty sure there's a better way than what I ended up with. Thanks! Let us know what you think
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
Andrés Silva For sure. That feature is coming. I wanted to focus first on other important functionality
@andressilva5693
@andressilva5693 4 жыл бұрын
@@FunwithFlutter great news!! Looking forward to it
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
@@andressilva5693 make sure to star the GitHub repo or follow me on Twitter to get updates. I'm close to releasing a big update to the package :)
@aican2027
@aican2027 3 жыл бұрын
i was using CDN too, but when i click sign in/register/anonymous button, i have some error: "server error", anyone can help me?
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Is this on the web? iOS, Android? Please see if there are any console logs. Maybe you forget a configuration step? But I suspect you forgot to enable the relevant sign in providers on Firebase. You need to tell Firebase which authentication methods you support. For example, anonymous, or email and password
@aican2027
@aican2027 3 жыл бұрын
@@FunwithFlutter thanks sir, thanks for ur response, it's my first month with flutter
@thomasmabika7291
@thomasmabika7291 4 жыл бұрын
no facebook or twitter auth?
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
They're coming! And a lot more features.
@developeralpha896
@developeralpha896 3 жыл бұрын
I got error while hot restat abd hot reload....🙄
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
Need to give more info?
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
This might just be in the way that errors are displayed. The state may not have cleared. This is actually something I need to take a look at. Thanks
@developeralpha896
@developeralpha896 3 жыл бұрын
@@FunwithFlutter Hey thats error get solved....that occured bcoz of my AVD.....i reinstall it and its worked fine...love u bro...u make this so easy...💕
@developeralpha896
@developeralpha896 3 жыл бұрын
Actully i need to know how to get current user uid....?
@FunwithFlutter
@FunwithFlutter 3 жыл бұрын
@@developeralpha896 Need to update the docs for this. But here is an answer: github.com/funwithflutter/lit_firebase_auth/issues/5
@mitzukodavis7393
@mitzukodavis7393 4 жыл бұрын
Maybe can use getx
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
Haven't used GetX, but should be able to use this package with it without issue
@Grewal0007
@Grewal0007 4 жыл бұрын
Also we want linkedin auth with firebase
@FunwithFlutter
@FunwithFlutter 4 жыл бұрын
That will probs have to come a bit later. But I'll explore it. For now it will be easiest to add the federated identity providers (Google, Twitter, Facebook, etc.). The code is open source, so anyone reading this is free to add features if they want :)
@Grewal0007
@Grewal0007 4 жыл бұрын
@@FunwithFlutter thanks a lot 😀
Unique sign in form built with Lit Firebase Auth and Flutter
1:15:53
Fun with Flutter
Рет қаралды 45 М.
Exploring Riverpod and building a Todo App | Flutter
55:57
Fun with Flutter
Рет қаралды 24 М.
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 10 МЛН
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 10 МЛН
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 3,7 МЛН
Build a Real-time Flutter Chat Application using Stream
1:08:46
Fun with Flutter
Рет қаралды 98 М.
Improve your Flutter Apps performance with a RepaintBoundary
31:31
Fun with Flutter
Рет қаралды 14 М.
Flutter Firebase Setup for Power Users
12:59
Fireship
Рет қаралды 84 М.
Learn Supabase (Firebase Alternative) - Full Tutorial for Beginners
2:56:01
freeCodeCamp.org
Рет қаралды 118 М.
Firebase React Course For Beginners - Learn Firebase V9+ in 2 Hours
1:39:04
Riverpod Tutorial 04 - Freezed: Unions and Data Classes
42:38
Fun with Flutter
Рет қаралды 10 М.
Flutter Provider - Advanced Firebase Data Management
11:08
Fireship
Рет қаралды 143 М.
Riverpod Tutorial 01 - Understanding the different notifiers
20:10
Fun with Flutter
Рет қаралды 30 М.
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 10 МЛН