Тёмный

Flutter Firebase Setup Android & iOS Tutorial 2022 

Marcus Ng
Подписаться 86 тыс.
Просмотров 82 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 102   
@FelexAndVirginia
@FelexAndVirginia 3 года назад
Fuck that was clearest explanation of firebase ever...... Was struggling with deprecated tutorials
@mrjustin2607
@mrjustin2607 3 года назад
Same here.
@Jesus-yz5iu
@Jesus-yz5iu 2 года назад
@@MarcusNg I have a question, can I use firebase for an app like Reddit with over 100million users?
@collinsattafuah2947
@collinsattafuah2947 2 года назад
I must say he did a great job . I have been struggling too
@mantaspasakarnis2739
@mantaspasakarnis2739 2 года назад
If anyone gets error at 7:26 don't add .data() in line 40 It is the new flutter update.
@timur1753
@timur1753 2 года назад
tnx🥰
@Developersbe
@Developersbe Год назад
thank help alot.
@Ainigma
@Ainigma 3 года назад
Here are updated .yaml dependencies: cloud_firestore: ^2.4.0 firebase_analytics: ^8.2.0 firebase_auth: ^3.0.1 firebase_core: ^1.4.0
@adilbasharat
@adilbasharat 3 года назад
thanks
@chuxville11
@chuxville11 3 года назад
I have missed You Marcusng...
@lionking3770
@lionking3770 3 года назад
It's working for android but iOS is not working. As you said I have changed the pod file platform to 10.0 after that my Mac was over heating and getting stuck. anyway thank you for the video.
@snickr6377
@snickr6377 3 года назад
Really clear explanation of firebase setup. The best! Thanks Marcus.
@igroffice8515
@igroffice8515 2 года назад
im not able to build my ios app itself. im using xcode 13.4 also downgraded to 13.0 also but no luck yet. and mac os 12.5
@HoldMyData
@HoldMyData 3 года назад
docData['timestamp'] returns undefined operator Line 41?
@sugarandsorbet
@sugarandsorbet 3 года назад
im getting the same error help please @marcusNG
@saratiko
@saratiko 3 года назад
I've got the same error, seem to be due to null safety or something that ships by default as of 2.2. Code is exactly as the example but breaks the app trying to display data. Have you found any solution so far?
@HoldMyData
@HoldMyData 3 года назад
@@saratiko good idea I'll try and let you know when I can!
@saratiko
@saratiko 3 года назад
I still have not found a solution, hopefully someone can find a solution to the problem.
@TomGalland
@TomGalland 3 года назад
I have found the solution... In the new flutter update, we don't need to add .data(). Replace the following lines with the code below, final docData = snapshot.data.docs[index]; final dateTime = (docData["timestamp"] as Timestamp).toDate();
@andrewvillegas2746
@andrewvillegas2746 3 года назад
Sir just wanted to thank you so much. I had been stuck 3 days in installing the iOS side, because of the firebase exception. So GLAD I came across this GOLD!!! Also, your way of explaining is just superb-- you got a new sub!
@immanuel_nana_nti
@immanuel_nana_nti Год назад
Hello sir, thank you for your good works. Please how do I get the source code? I will glad if you can help.
@fernandowinstonb
@fernandowinstonb 3 года назад
The best explanation on the web
@anthonyperfetto9552
@anthonyperfetto9552 Год назад
When I try to run the application on Xcode I get this error: Module 'cloud_firestore' not found is there any way to fix it?
@bodyhanger7137
@bodyhanger7137 3 года назад
Thanks Marcus, I have all your courses on Udemy. Love this updated Firebase tutorial. Thanks man. ⭐️⭐️⭐️⭐️⭐️
@chomanthapa
@chomanthapa 3 года назад
Firestore database or real-time database ? Which ones better ?
@eQ-13
@eQ-13 3 года назад
Thanks Marcus. Great work as always. Could you do one that covers flutter web?
@robertpietraru1939
@robertpietraru1939 3 года назад
The clearest tutorial about firebase ever. Thank you so much!
@divinemacdonald1675
@divinemacdonald1675 2 года назад
Must you have a website to change your application Id can you use any name?
@hudisantoso6972
@hudisantoso6972 3 года назад
Sir, it's a really great relief to see this kind of tutorial. Will you create one for firebase auth? And integrating it with firestore, so it's kind of a series..
@mela_pela
@mela_pela Год назад
In iOS, why do you skip the rest of the configuration?
@qqgermanb
@qqgermanb 3 года назад
Can you help me? I have infinite loading 'Running pod install...' . I have MacBook Air M1.
@TeaPodu
@TeaPodu 3 года назад
bro i have the same issue bro
@tdev_s
@tdev_s 3 года назад
Same. 😂😂😂
@tdev_s
@tdev_s 3 года назад
Do you have solution?
@tdev_s
@tdev_s 3 года назад
I have one. arch -x86_64 pod install
@fullycalm2834
@fullycalm2834 3 года назад
Love the content, please re-create Spotify!
@franciscopalacios3799
@franciscopalacios3799 3 года назад
do you have courses on udemy?
@noobboos612
@noobboos612 3 года назад
hey man, thanks for the video. I had a problem placing the "apply plugin: 'com.google.gms.google-services'" in the app / src / build.grandle. For some reason it only worked by putting this line at the end of the file. The application ran smoothly, but when compiling various information appears in the debug, such as: W / app.familytuto (7238): Accessing hidden method Ldalvik / system / CloseGuard; -> close () V (greylist, core-platform-api, linking, allowed) W / DynamiteModule (7238): Local module descriptor class for providerinstaller not found. I / DynamiteModule (7238): Considering local module providerinstaller: 0 and remote module providerinstaller: 0 W / ProviderInstaller (7238): Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0. [... and much more...] When I refresh everything works fine, but these lines still appear in the debug - in a smaller amount. Is this expected?
@seckink.1286
@seckink.1286 Год назад
The property 'docs' can't be unconditionally accessed because the receiver can be 'null'. Help
@seckink.1286
@seckink.1286 Год назад
solved it
@sherwinromero1323
@sherwinromero1323 3 года назад
everytime I import cloud_firestore in pubspec.yaml, I always get this error, Cannot read property 'app' of undefined at Object.app$ [as app] pls help :
@muhammadafzal237
@muhammadafzal237 2 года назад
I am stuck in flutter firebase auth. Please create next video on flutter firebase auth. If already created put the link here in comment. THANKS
@keithbacalso9433
@keithbacalso9433 Год назад
Why did you not add the BoM in the build.gradle??
@Jesus-yz5iu
@Jesus-yz5iu 2 года назад
@Marcus Ng I have a question, can I use firebase for an app like Reddit with over 100million users?
@dominchill3482
@dominchill3482 3 года назад
Is there a way to immeditely shut down the services if your Costs skyrocket because of a mistake or something? Or what would be the best next step, if the budget alert gets triggered?
@abdulraheel6529
@abdulraheel6529 3 года назад
Everything is fine but you didn't explained the firebase implementation code and didn't provided code.
@QuietStorm_
@QuietStorm_ 2 года назад
thanks, this help me with my problem installing in android
@vedantghate92
@vedantghate92 3 года назад
It gives me the error for apply plug in my grade build is failed cause of that nd app is not launching
@arvobrendon4267
@arvobrendon4267 3 года назад
This doesn't work on latest anymore it will show error: firebase_core not found
@srilankancartoonsongs2257
@srilankancartoonsongs2257 3 года назад
Can you explain how to get youtube url from firebase and play video on flutter app
@moaffakanwarballol-4915
@moaffakanwarballol-4915 3 года назад
Thank you so much, You solve a big problem for me. I pick you up the hat...
@reemanfahaad
@reemanfahaad 2 года назад
can we use the same cloud firestorm with IOS and android in the same time? can we can we???
@aqua_dio
@aqua_dio 3 года назад
Thank you for clear explanation I have a question, why did you skip after adding json file? Is it not required for the project?
@mrbusy4215
@mrbusy4215 3 года назад
Miss U Teacher
@lm-gn8xr
@lm-gn8xr 3 года назад
Wait so I can't setup firebase for iOS if I don't have a mac ?
@vishwayasas7981
@vishwayasas7981 3 года назад
Sir, How to create a screen where you can exchange messages between developer and user?
@yashkhattar8948
@yashkhattar8948 3 года назад
Thank you so much ❤
@andrewvu712
@andrewvu712 2 года назад
the official resource has so many errors this one has none lol, thanks
@ricarsur9035
@ricarsur9035 2 года назад
Thanks you so much
@RenattoHeld
@RenattoHeld 2 года назад
Thank you very much, it still works!
@ahmadxrizvi
@ahmadxrizvi 2 года назад
Great video can you please make one on sign in sign up authentication too?
@gaaty1954
@gaaty1954 3 года назад
Do we have to sync the build.gradle file in android studio?
@SharCourse
@SharCourse 2 года назад
I really found it helpfully. Thank you
@buck-johnson
@buck-johnson Год назад
Another great tutorial by Marcus. Thank you. Great style. I love that you never repeat yourself.
@bloodwinggamer1444
@bloodwinggamer1444 2 года назад
Bro how to install xcode
@erikapueblo6871
@erikapueblo6871 2 года назад
Thank you so much for this! Your instructions were very clear. Subscribing!
@saitakuma
@saitakuma 3 года назад
tutorial how to build signup signin page?
@jaggyjut
@jaggyjut 3 года назад
Is there a video on firebase authentication and CRUD
@jamesogletree5257
@jamesogletree5257 2 года назад
Marcus, I have one line with a problem I could not fix. So this one line is stopping me: final dateTime = (docData!['timestamp'] as Timestamp).toDate(); I am using Flutter 2.5 with NullSafety. I inserted the NullSafety "!" character to assure the value will not be null but it still does not work. I got the following error message: The operator '[]' isn't defined for the type 'Object'. How can I fix this problem?
@jwtruver5114
@jwtruver5114 2 года назад
I was having the same issue. I searched through the other comments and found the answer from Tom Holland: I have found the solution... In the new flutter update, we don't need to add .data(). Replace the following lines with the code below, final docData = snapshot.data.docs[index]; final dateTime = (docData["timestamp"] as Timestamp).toDate();
@drix7586
@drix7586 2 года назад
@@jwtruver5114 thank you sir
@gizemturan2504
@gizemturan2504 2 года назад
@@jwtruver5114 thanks a lot :)))
@WonderPlayTR
@WonderPlayTR 3 года назад
It's very nice video. Thanks for this.
@nangseakheng2976
@nangseakheng2976 2 года назад
The clearest tutorial about firebase ever. Thank you so much!!!
@erdemsym
@erdemsym 2 года назад
Why did you skip ios 3.step ?
@tiktik1516
@tiktik1516 2 года назад
Good and well neat presentation
@raisulhasan5499
@raisulhasan5499 3 года назад
Thank you very much Marcus Ng
@poisonels8023
@poisonels8023 3 года назад
Is it the same for the web?
@sargamagarwal4544
@sargamagarwal4544 2 года назад
Gratefull 🙏🙏
@aqueebqazi4845
@aqueebqazi4845 2 года назад
WEB SETUP?
@vishwayasas7981
@vishwayasas7981 3 года назад
thank you so much sir!
@nateg617
@nateg617 3 года назад
Thank you so much !!!
@neketra
@neketra 2 года назад
Great lesson. Thanks!
@justchecking2470
@justchecking2470 3 года назад
big big thanks
@shajahankabir5752
@shajahankabir5752 3 года назад
Thanks brother!
@pradeepsamuel6372
@pradeepsamuel6372 2 года назад
@MarcusNg This tutorial is really great. I learned many things. Thanks for uploading this video. I am so grateful for this videos and also the comments helped me to solve the problems.
@Flutterdev6391
@Flutterdev6391 3 года назад
Thanks
@The777Simon
@The777Simon 3 года назад
Love you!
@jrgirottotecnologia
@jrgirottotecnologia 3 года назад
Muito bom Marcus!!! Parabéns!!!!!
@fawadqasimi238
@fawadqasimi238 2 года назад
Thank you for this great video, but there is no Xcode for windows users, how to connect the IOS with firebase in windows, could you please clarify how can I do it in windows
@Logan9312
@Logan9312 Год назад
You need Xcode for iOS apps
@poisonels8023
@poisonels8023 3 года назад
Very useful.
@shei69
@shei69 3 года назад
Do we have to add the firebase libs on the build.gradle ? Is it okay to just add them to the pubspec only?
Далее
Flutter Flavors, App Icons, and Firebase Tutorial
9:39
Getting started with Firebase on Flutter - Firecasts
19:28
荧光棒的最佳玩法UP+#short #angel #clown
00:18
Flutter Riverpod Quiz App Tutorial | Apps From Scratch
14:25
Using Firestore as a backend to your Flutter app
11:42
Просмотров 525 тыс.
Top 30 Flutter Tips and Tricks
6:50
Просмотров 559 тыс.
Flutter YouTube Clone UI Tutorial | Apps From Scratch
58:11
Flutter Firebase Authentication - The Clean Way
8:12
Просмотров 134 тыс.
Best 30 Flutter Widgets, Packages & Tips
5:11
Просмотров 121 тыс.
Flutter Spotify Clone Desktop/Web UI | Apps From Scratch
1:00:39