Тёмный

Flutter Firebase Image Upload/Retrieve Using Firebase Storage & StreamBuilder (Flutter 2.5) 

Backslash Flutter
Подписаться 13 тыс.
Просмотров 15 тыс.
50% 1

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

 

10 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 73   
@muhammadharis5389
@muhammadharis5389 2 года назад
learn all from your tutorials sir tanxxxx love from pakistan😍😍😍
@backslashflutter
@backslashflutter 2 года назад
Thank you so much for being the part of this community. Will defnintely create more amazing tutorial for you guys in future
@Samconery
@Samconery 2 года назад
You uploaded all the videos that I needed
@backslashflutter
@backslashflutter 2 года назад
Back on RU-vid again! In this tutorial, we will learn how to implement the image upload functionality in Firebase and Flutter SOURCE CODE for email and password auth: github.com/backslashflutter/email_password_flutter_firebase SOURCE CODE for image upload github.com/backslashflutter/image-upload-email-password
@mrchauhan1637
@mrchauhan1637 2 года назад
Bro PLEASE upload regular Video..you are the best one up to now to teach
@mrchauhan1637
@mrchauhan1637 2 года назад
but bro there is one issue, after login one time and then again open the application it will again again login.. so if you can make a video on this please make a small video..
@backslashflutter
@backslashflutter 2 года назад
I will start posting videos regularly soon!
@atheel5678
@atheel5678 2 года назад
Thank you So mush Sir 💙
@backslashflutter
@backslashflutter 2 года назад
Thanks for watching ❤️
@hisham9x
@hisham9x 2 года назад
You helped me a lot, I'm really glad! Plz keep it up, sir.
@sudipraaz
@sudipraaz 2 года назад
thanks a lot lot lot lot brother you helped to me solve a greate problems Keep going brother you are doing great things
@backslashflutter
@backslashflutter 2 года назад
thanks sir❤️
@haoyichiew6653
@haoyichiew6653 2 года назад
Very clear and useful tutorial, thank you sir !
@backslashflutter
@backslashflutter 2 года назад
Thanks for watching
@chrisjackson8069
@chrisjackson8069 2 года назад
Thank you sir very useful tutorials !
@backslashflutter
@backslashflutter 2 года назад
You are welcome
@kishanyadav2610
@kishanyadav2610 2 года назад
Awesome videos....
@backslashflutter
@backslashflutter 2 года назад
Thanks a ton
@erikapueblo6871
@erikapueblo6871 2 года назад
Your video is very well explained. Thank you!
@backslashflutter
@backslashflutter 2 года назад
thanks❤️
@qazirehanuddin4995
@qazirehanuddin4995 2 года назад
​@@backslashflutter _image = File(pick.paths); error: 2 positional argument(s) expected, but 1 found. Try adding the missing arguments.await ref.putFile(_image!); error :The argument type 'File' can't be assigned to the parameter type 'File*'. please help me out sir i am stuck on this error
@ntandajohn6820
@ntandajohn6820 Год назад
ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: [firebase_storage/unauthorized] User is not authorized to perform the desired action. wat can i do yet my authentication is up and running
@backslashflutter
@backslashflutter Год назад
please change the firebase storage rules also, like the way we changed for normal cloud firestore. request.auth!=null
@miragetamang1547
@miragetamang1547 2 года назад
sir your video has helped a lot can u please role based authorization in this app
@backslashflutter
@backslashflutter 2 года назад
Thank you so much for seeing my video and becoming part of this community. Will definitely consider this in future and create more videos on flutter and firebase authentication (with also role based thing :wink: )
@akils4369
@akils4369 2 года назад
Nice video. Thanks
@backslashflutter
@backslashflutter 2 года назад
Thank you so much mate 💕
@humayuntaj3580
@humayuntaj3580 11 месяцев назад
Actual Video started at 17:00
@jos3509
@jos3509 2 года назад
so cool bro
@backslashflutter
@backslashflutter 2 года назад
thanks mate
@sivashankarnagarajan7805
@sivashankarnagarajan7805 2 года назад
Even though the images aren't added, the snapshot.hasData returning true. Could you please help me in this!!!
@backslashflutter
@backslashflutter 2 года назад
Please send the screenshot of your cloud firestore structure to my email. Or also you can check about us section and message me on instagram
@sivashankarnagarajan7805
@sivashankarnagarajan7805 2 года назад
@@backslashflutter Hi, I have texted you in Instagram. Please check and do reply. Thanks in advance. :)
@Neerajkumar-xl9kx
@Neerajkumar-xl9kx 2 года назад
do you code show fast or created video and then speeded it and added voice later?
@backslashflutter
@backslashflutter 2 года назад
nooop. I have typing speed of 80-85 WPM
@ALNBRAS11
@ALNBRAS11 9 месяцев назад
I could not store the user id and the firebase show that the folder of the stored images is null
@raves_r3177
@raves_r3177 Год назад
I see that the images are slow to load. Is there a way to make it load faster?
@backslashflutter
@backslashflutter Год назад
you can add the mechanism to compress image while uploading them. searrch for flutter_compress and there you will see lot of packages on pub.dev website. Once compression is done after selecting the image the file size would be reduced to 4 5 kb which will be faster to laod
@faizulla5838
@faizulla5838 2 года назад
Nice! Bro, this is without Bloc? ...(( named "Using Firebase Storage & StreamBuilder"
@backslashflutter
@backslashflutter 2 года назад
This was not created with intention of any state managment techiques, just basic call to action functions
@ee-zx2tp
@ee-zx2tp 2 года назад
1 sub . thanks :D
@backslashflutter
@backslashflutter 2 года назад
Thanks mate! :heart:
@ahmedazaiez3027
@ahmedazaiez3027 2 года назад
good video. but how can pick multiple images at once
@backslashflutter
@backslashflutter 2 года назад
will add it future
@boinasaivinay313
@boinasaivinay313 2 года назад
Retrieve image from the firebase storage , is it possible to do ?
@backslashflutter
@backslashflutter 2 года назад
yes u get the downloaded URL in our uploac function, you can use that
@boinasaivinay313
@boinasaivinay313 2 года назад
@@backslashflutter any resources , can you share !
@backslashflutter
@backslashflutter 2 года назад
@@boinasaivinay313 stackoverflow.com/questions/50877398/flutter-load-image-from-firebase-storage
@boinasaivinay313
@boinasaivinay313 2 года назад
@@backslashflutter thank you 😊
@pamo8198
@pamo8198 2 года назад
can you make a tutorial to display pdf file from firebase to flutter ?
@backslashflutter
@backslashflutter 2 года назад
Fetching the pdf file from database to flutter application? Is this you want?
@vinothkumar9579
@vinothkumar9579 2 года назад
web site link not open error 522
@backslashflutter
@backslashflutter 2 года назад
Yes the backslashflutter.in website is down. Will definitely bring it back soon
@krishnabr6187
@krishnabr6187 2 года назад
How to do in flutter multiple app in one project like admin app and customer app
@backslashflutter
@backslashflutter 2 года назад
will implement this in future
@krishnabr6187
@krishnabr6187 2 года назад
@@backslashflutter thank you
@mythoughts121
@mythoughts121 2 года назад
but if there is multiple files how to upload to firebase
@backslashflutter
@backslashflutter 2 года назад
there is an option in image picker, with multipick image as its command. U can check the image_picker pub dev repo there u will see the method of how to implement thay
@mythoughts121
@mythoughts121 2 года назад
@@backslashflutter i know it, but how can i upload multiple file to firebase..? I used foreach method but not happening..
@backslashflutter
@backslashflutter 2 года назад
ok will see this, and let u know
@mythoughts121
@mythoughts121 2 года назад
@@backslashflutter thanks sir
@zuherabud744
@zuherabud744 2 года назад
@@backslashflutter i will sub when u do this too bro u r the best just do everything others didn't do a goood job there
@getconcept
@getconcept Год назад
Where I got the complete code of this project?
@backslashflutter
@backslashflutter Год назад
github.com/backslashflutter
@whatwhat3435
@whatwhat3435 2 года назад
please make videos with larger font size it's too small
@backslashflutter
@backslashflutter 2 года назад
ok will definitely consider this in future
@atifullah7567
@atifullah7567 2 года назад
RangeError (index) Invalid value value range is empty:0 Ye error show ho raha hai
@backslashflutter
@backslashflutter 2 года назад
database check kro bro aap aapna, uske sath sath rules bhi check kriye cloud firestore ke index 0 mtlb snapshot me.koi item nahi hai
@atifullah7567
@atifullah7567 2 года назад
@@backslashflutter sir rule b tek hai likn ye error show ho raha hai
@mouhammadtoure3367
@mouhammadtoure3367 Год назад
Source code please
@backslashflutter
@backslashflutter Год назад
github.com/backslashflutter
@BBoskixd
@BBoskixd Год назад
This is GOLD! TY
@backslashflutter
@backslashflutter Год назад
thanks for watching
Далее
АХХАХАХАХАХАХАХАХ
00:16
Просмотров 170 тыс.
The Untold Story of VS Code
12:42
Просмотров 10 тыс.