Firebase I love your videos. Your videos has very advanced topics and like your clean explanation. Your backgroung music and animations are so amazing. You are the best channel of advanced web topics😊😊😎
Without a doubt - great video! In addition to this (probably this was covered in other videos) first we need to create Firebase project and add ios app in Firebase Console (console.firebase.google.com/) and then add "GoogleService-Info.plist" file from that project through Xcode (important!) (in developer console run "open ios/Runner.xcworkspace" - opens Xcode) to "./Runner/Runner" folder. Then app starts and works properly. Probably this will be helpful to someone, because I had a lot of troubles with this.:)
I love your videos, and all of them are well explained! Can you create a video over running functions in the background after the app is killed, suppose I have a firebstore database and I am showing local notifications every time new data arrives, its works in the foreground for obvious reasons, but i want this check even app is closed! Can we do it?
I just watched all your flutter videos :D OMG! Keep them coming please. They really needed as you speak about topics that no one else is speaking detailed about. E.g. there are people who show you the Provider Package (max) or there are people show you firebase+flutter well (reed) but the combination of both is done by you :D :D thanks a lot! Also people learn more about how to market their app with you and use emails or push notifications. Also let's continue these movie references :D they are pretty fun.
@@Fireship I have one question, do you use the Provider and Firebase combo in your full Flutter paid course? I am thinking about buying it. That would be the main reason I would buy it to be honest :)
And how do you delete these images? Looks like once you upload there is no way to delete, there are no tutorials on how to delete images from firebase storage in flutter.
It seems once you close the App and re-open the app then the cropper does not work and shows No implementation found for cropper error. Anyone knows why?
Amazing videos .. i was looking for some design patterns and best practices for javascript and u jumped into my head 🙂🙂 .. who would do such videos better than jeff !!! So i will be greedy and ask for that 😏 .. 🙏
Ran in to Flutter ImagePicker Plugin (No implementation found for method pickImage). Tried everything from github.com/flutter/flutter/issues/17545. But no luck. Any clue?
I love your videos. Always straight to the point!
Seriously me too
Just added everything here into our app to support profile pictures. Video was a great help :)
I love the new background song plus it's nice looking at the old you referring to the picture in the video 😃.
Haha, was having some fun with FaceApp
Use the latest version of the packages. That's very important!!!
Would you help me? I updated the packages and now I have errors. Pardon my English.
your videos makes me hate that youtube allows us to like the video only once, great work 🐱🏍.
Firebase I love your videos. Your videos has very advanced topics and like your clean explanation. Your backgroung music and animations are so amazing. You are the best channel of advanced web topics😊😊😎
Please remember that Image cropper in Android will not work without adding this in AndroidManifest.xml file . It will crash the app
bro i did added but it disappears on running app and the app crashes
please help
This channel is seriously amazing. 👏
Without a doubt - great video! In addition to this (probably this was covered in other videos) first we need to create Firebase project and add ios app in Firebase Console (console.firebase.google.com/) and then add "GoogleService-Info.plist" file from that project through Xcode (important!) (in developer console run "open ios/Runner.xcworkspace" - opens Xcode) to "./Runner/Runner" folder. Then app starts and works properly. Probably this will be helpful to someone, because I had a lot of troubles with this.:)
I like the sped up intro and outro
shows error in all those codelines related to toolbar please any solution for that will be really helpful
Hey Jeff, can you make a tutorial implementing JWT auth in Flutter with something like Laravel. Thank you.
thanks alot, this saved me a huge deal of stress...
that's awesome.for a little problem I can't launch the app on iPhone any help
Bro your videos are always Next Level!!⚡🤘
Kudos!!
Hey could u update the code?
Some of the code don't work anymore..
AWESOME VIDEO :) !
thanks for the video , what about Web ?
Dope video Jeff. You never disappoint
Thanks for take time to teach this!
Awesome tutorial, keep it up 👍
i wrote the code but toobarColor , toolbarWidgetColor, toolbarTitle still showing an error please i need you help
Great and concise material, tons of functionality in a few lines of code!
I want to add a button action so that it can take a photo for my images and one of these images under listview. how can I do it?
Awesome Tutorial.
very cool and simple, thanks.
I am getting an error "field _image must be initialized" and "field _image isnt used".
How can I solve this?
Great video! One question: how, oh how, to change the color of AppBar in image_picker?? Please
Is there any plugin to compress the size of image?
Great video!
How can I save locally the image I take to use later in the app?
thanks
Very good👍 nice video
i wonder what your Icon Theme might be.
I love your videos, and all of them are well explained! Can you create a video over running functions in the background after the app is killed, suppose I have a firebstore database and I am showing local notifications every time new data arrives, its works in the foreground for obvious reasons, but i want this check even app is closed! Can we do it?
Great video
Thanks for watching :)
Hmmmm ... I didn't receive a notification for this vid.
amazing work as always
Excellent Stuff! Can you please tell me what VS Code Icon theme did you use in this video?
Atom One Dark + Vs Code Icons
thank you!
Please tell how you copy paste things....!
he just writes them before the video and puts them in a text file
You helped me a lot!!!! love from India!! hoW CAN I UPLOAD TO ANY API?
i have done the same thing but the android app crashes at the croping part .. but works on ios ...do you have any idea?
Hi Jeff, Do have future plans of covering AngularDart?
Works great on iOS but I'm getting an app crash when saving or clearing the cropped image on Android. Any advice?
Need to import the most recent version of image_cropper.
I just watched all your flutter videos :D OMG! Keep them coming please. They really needed as you speak about topics that no one else is speaking detailed about. E.g. there are people who show you the Provider Package (max) or there are people show you firebase+flutter well (reed) but the combination of both is done by you :D :D thanks a lot!
Also people learn more about how to market their app with you and use emails or push notifications.
Also let's continue these movie references :D they are pretty fun.
Thanks for the feedback! Provider and Firebase make a great combo, expect more in the future :)
@@Fireship I have one question, do you use the Provider and Firebase combo in your full Flutter paid course? I am thinking about buying it. That would be the main reason I would buy it to be honest :)
@@ChristianJosephs yes I do, there multiple videos related to provider in the course.
is there a way to pick a pdf file?
Amazing content Keep it up...
Thank you Gurpreet!
@@Fireship what about the extension type? isn't it bad to hardcode the extension type?
And how do you delete these images? Looks like once you upload there is no way to delete, there are no tutorials on how to delete images from firebase storage in flutter.
It seems once you close the App and re-open the app then the cropper does not work and shows No implementation found for cropper error. Anyone knows why?
i wanted the uploaded images to be associated with a product e.g a thumbnail. How do i do that?
How can i get download link ? please
What's the editor font??
is it possible to somehow edit images in firebase cloud storage before users download them to their devices?
Yes, you can trigger a cloud function for further processing on the server. I have a past video that makes multiple sizes of an image.
Amazing videos .. i was looking for some design patterns and best practices for javascript and u jumped into my head 🙂🙂 .. who would do such videos better than jeff !!! So i will be greedy and ask for that 😏 .. 🙏
wait! no more movie references? :O
Stay tuned...
@@Fireship hahaha
Hello, Please how did you deal with the ... error?
hhhhhhhhhhhhhhhhhhhhhhhhh that's the point
is there a newer version of this video? this stuff is deprecated
just use the older version of the packages
If you are developing and you don't subscribe to this channel then are you even developing?
Thank You 🙏
Ran in to Flutter ImagePicker Plugin (No implementation found for method pickImage). Tried everything from github.com/flutter/flutter/issues/17545. But no luck. Any clue?
Awesome video :)
Hey
my image chopper gives error
java.lang.Class: java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/support/v7/app/AppCompatActivity;
mine too. After cropping it won't go back to page
You are Nolan of RUclips videos....
anyone have any resources for downloading the same image back?
source code
Guys dont forget Ionic 4 fans :(
nice one
You are a god
if (uploadTask.state == firebase_storage.TaskState.canceled)
and u can handle the rest
where
@@robertpietraru1939 they changed IsPaused & IsInProgress & isComplete with what i wrote , just to help the confused people
@@Klazyo oh thank you
dont work on flutter web
wow !
plse share me code
I love you
i don't why but i absolutely hate firebase i love to create own api