💬📱 Minimal Chat App • Flutter x Firebase Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 324

  • @shreya_dabhi
    @shreya_dabhi 9 месяцев назад +25

    The intro part was awesome !! with 00:01 working app demo and 00:21 the usage flow of user. Please keep this continue in every tutorial. As a beginner it really helps to see in visualization that what we are going to do 😅

  • @georgepatterson5167
    @georgepatterson5167 6 месяцев назад +17

    terrific tutorial - your one hour took me seven hours to follow but I was able to follow the entire tutorial.

    • @createdbykoko
      @createdbykoko  3 месяца назад +7

      great job! it took me much longer than one hour to code it up and make this video haha. it took me maybe 1 week all together. But in the end you get this condensed 1 hour tutorial ❤❤

  • @rafieasadel
    @rafieasadel 8 месяцев назад +7

    As a newbiew in the world of coding, people told me that building projects is the best way to learn mob dev and other related stuff, and you make it easier and soo much fun, glad I found your videos😌

    • @createdbykoko
      @createdbykoko  8 месяцев назад +1

      Haha amazing! How did u find me?

    • @immazza14
      @immazza14 4 месяца назад

      @@createdbykoko idk him but i find u searching login pages in flutter and this video od minimun chat appears

  • @darielsubiros3787
    @darielsubiros3787 Месяц назад

    Your tutorials shine as gold: So simple to follow, and you still cover so much on every tutorial! Thank you Mitch, may God continue to bless you with more wisdom!

  • @AmeerSameerKhan
    @AmeerSameerKhan 9 месяцев назад +6

    Your in-depth insights are beneficial! 🔥🔥
    Could you make a video that delves into planning complex apps? It would be great for beginners like me to see:
    1. Steps to plan an app effectively
    2. Common workflows (like login, settings, etc.)
    3. Do you have any other helpful tips you can share?
    Starting out in app development can be overwhelming, especially with planning and database design. I often find myself eager to design the screens but need help in the earlier stages.
    Your guidance would be a game-changer!

  • @szilardlang
    @szilardlang 8 месяцев назад +5

    Another great tutorial, thanks Mitch! This is the 5th mini app I create following a tutorial, I kinda know what I'm doing now, thanks to you! Keep up the good work!

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      great work!!! I'm glad I can help you

  • @antiporfavor
    @antiporfavor 9 месяцев назад +8

    just paid the 25 usd registration fee as developer in google because I'm sure i will create good stuff thanks to your tutorials

    • @createdbykoko
      @createdbykoko  Месяц назад +2

      Nice!! How's it going! have you published your first app yet?

  • @LinHtet-uj8yd
    @LinHtet-uj8yd 3 месяца назад +1

    Your videos are of great help in my flutter journey dude. I like the fact that you not only demonstrate but also explain why you do specific things. Also, can you make a video on how to set up the emulator you use? I want to configure one just like that. Well appreciated!

    • @createdbykoko
      @createdbykoko  Месяц назад

      haha thank you! glad I could help. As for the emulator, it's just the ios simulator

  • @ericknabstar4870
    @ericknabstar4870 5 месяцев назад +1

    Well I have just completed the tutorial and I have been able to create the app successfully, Thank you Mitch. It has taken me 8hrs to follow up with some errors to solve obviously but it was worth it🤗

  • @HarutakaShimizu
    @HarutakaShimizu 6 дней назад

    Wow Mitch, this video is like a revolution to me!

    • @HarutakaShimizu
      @HarutakaShimizu 6 дней назад

      This is just a note:
      1. ColorScheme's "background" property is now deprecated; "surface" should be used instead.

  • @raphaeljaggerd3585
    @raphaeljaggerd3585 9 месяцев назад +4

    You singlehandedly make me want to learn flutter. I am a react dev.

    • @createdbykoko
      @createdbykoko  9 месяцев назад +4

      Come to the dark side

    • @linoux1684
      @linoux1684 9 месяцев назад +1

      @@createdbykoko 😂😂

  • @RamdanCode
    @RamdanCode 9 месяцев назад +3

    "Wow, this tutorial is a gem! 🌟 Your clear explanations and step-by-step guide made it so easy for me to grasp Flutter x Firebase integration. The minimal chat app looks fantastic! 👏
    Thank you, for sharing your expertise and making complex concepts so accessible. Your teaching style is superb! 🚀 The way you handle each detail showcases your passion and commitment to quality content. 🙌 I appreciate the time and effort you put into creating such valuable tutorials. Can't wait to explore more from your channel! 🌈 #Flutter #Firebase #CodingSimplified"

  • @VarunVerma
    @VarunVerma 3 месяца назад +1

    So fun to watch this. Awesome video buddy. Subscribed!

    • @createdbykoko
      @createdbykoko  Месяц назад

      Welcome! :D How's flutter going for u!

  • @nicholasgunner5371
    @nicholasgunner5371 7 месяцев назад +1

    Thank you so much for this tutorial! It served as my Dart/flutter bootcamp!

    • @createdbykoko
      @createdbykoko  Месяц назад

      Nice!! How's flutter going for u these days?

  • @felcynchannel840
    @felcynchannel840 9 месяцев назад +2

    As someone getting into Flutter this is really cool!

  • @samsingh0
    @samsingh0 3 месяца назад +2

    16:18 onwards important to get it to work if programming from different machines!

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      the steps are 99% the same. do you have a windows?

    • @samsingh0
      @samsingh0 Месяц назад +1

      @@createdbykoko Oh, I was just leaving a note for myself and others. I was saying that if you want it to work on other machines you have to import that packages first :D
      Thanks for the reply!!!

  • @TheGLGAMINGINFO
    @TheGLGAMINGINFO 2 месяца назад +3

    brother i was following your code. but my messages are not showing in the chat page. these messages are getting stored in the firestore but not getting displayed. what do i do now. i rechecked the whole code 3 or more times. help please...

    • @createdbykoko
      @createdbykoko  2 месяца назад +1

      Let me help u, but you need to give me more information. You see in our chat_page we put in some code to catch any errors, for example at 47:58. Does your debug console/terminal show errors? that will tell you what is going wrong. Let me know how it goes

    • @TheGLGAMINGINFO
      @TheGLGAMINGINFO 2 месяца назад +2

      @@createdbykokothanks 👍 for replying brother but I found the error. Where I was supposed to put [current user id, receiver id] ,my dumbass put [current user id, current user email]😅. It took me two whole days to realize my mistake. It was a logical error.

    • @createdbykoko
      @createdbykoko  2 месяца назад +1

      @@TheGLGAMINGINFO good job! That’s the life of a coder 😂

  • @moazamijaz4404
    @moazamijaz4404 6 месяцев назад +2

    man you deserve millions of subscribers

  • @thisisAcidic
    @thisisAcidic 8 месяцев назад +4

    How would you make the app to send your phone popup notifications? So you know you got a new notification if your phone is off

    • @createdbykoko
      @createdbykoko  Месяц назад

      Notifications are in the new updated tutorial: ruclips.net/video/Xhrv8FA3CF0/видео.htmlsi=_tGr8GMZhOk-VIxm&t=24778

  • @fallen1-c7w
    @fallen1-c7w 8 месяцев назад +1

    if u want to put logout (which was in drawer) to go bottom , u can user spacer() and give safe area to that column so that u don't have to add bottom padding. also thanks for this videos

    • @createdbykoko
      @createdbykoko  8 месяцев назад

      Hey thanks for that! That is an amazing solution that I will now use ❤️❤️❤️

  • @hammadmughal7508
    @hammadmughal7508 8 месяцев назад +1

    You can also use theme: as a background color in the main.dart and don't need to provide the background color in the entire app.Also i started flutter by watching your amazing videos.

    • @createdbykoko
      @createdbykoko  Месяц назад

      Oh that is a great tip haha thank you

  • @thiagomarqui9867
    @thiagomarqui9867 8 месяцев назад +1

    yo, I love this kind of videos, and I really would like to see an app building with dependencies injection and clean code together

    • @createdbykoko
      @createdbykoko  8 месяцев назад +1

      glad you like it! what do you mean exactly by 'clean code'? I try to make my code as clean as possible. Any feedback is welcome

  • @ronyboay1785
    @ronyboay1785 8 месяцев назад +2

    buddy you are life saver, your content is amazing, short videos and easy to understand, thanks again buddy

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      no worries! How's flutter going for u these days?

    • @ronyboay1785
      @ronyboay1785 Месяц назад

      ​@@createdbykoko amazing,
      Thanks for asking 😊

  • @oussamasbisiane4544
    @oussamasbisiane4544 9 месяцев назад +4

    hey mitch i had a quest how hard to add notifications for chat bcs no body did it before i hope u got a clue to make it easy for us to understand

    • @createdbykoko
      @createdbykoko  Месяц назад

      Notifications are in the new updated tutorial: ruclips.net/video/Xhrv8FA3CF0/видео.htmlsi=_tGr8GMZhOk-VIxm&t=24778

    • @oussamasbisiane4544
      @oussamasbisiane4544 Месяц назад

      @@createdbykoko you are the best

  • @RaviKumar-em9hx
    @RaviKumar-em9hx Месяц назад

    Simple undestandable , Can you please provide group chat and sending images, videos, audio, location and documents ?

  • @piyalAhmed
    @piyalAhmed 5 месяцев назад +3

    How user can get to know of new messages without going to the conversation?
    They should be indicated if any conversation holds new unread messages from the homepage.

    • @createdbykoko
      @createdbykoko  Месяц назад

      Here you go, updated tutorial that answers your question: ruclips.net/video/Xhrv8FA3CF0/видео.htmlsi=5vOOISwDURkgNWxP&t=23563

  • @tuushars
    @tuushars 8 месяцев назад +2

    Can you please make a video on how to make chats end to end encrypted please. Request from India❤

  • @xbodoubles8974
    @xbodoubles8974 9 месяцев назад +2

    Please sir how can i connect my existing php website to my flutter app..
    Thank you..
    Step by step please I'm a beginner

    • @joshdevofficial
      @joshdevofficial 5 месяцев назад +1

      create ApiService for that and make a base url for your endpoint. call the getRequest, postRequest, deleteRequest depends on your requirements.

  • @marvelousgaming181
    @marvelousgaming181 9 месяцев назад +1

    Your videos makes me motivated about learning flutter thank you. I want to see an azure authentication in flutter application

  • @fahimdeking
    @fahimdeking 9 месяцев назад +2

    Thanks a LOT, You are one of the best mentor, I will can not explain in word that how much you help us, Big Big Thanks, Thank you so much and please continue teach us free like this, Thanks a Lot Dear ❤
    TAKE LOT OF BIG LOVE ❤

  • @batyrashyrov9917
    @batyrashyrov9917 5 месяцев назад +1

    hello friend. nice to see you here again. you are mso missed.

  • @rdvnst
    @rdvnst 9 месяцев назад +1

    thank you too much. i wrote my own chat app with you :)

    • @createdbykoko
      @createdbykoko  Месяц назад

      Damn that's amazing! How is flutter going for you these days?

  • @Studio17LK
    @Studio17LK 6 месяцев назад +2

    Thank you so much for your hard work!

    • @createdbykoko
      @createdbykoko  Месяц назад

      My pleasure!How's flutter going for u these days?

  • @arunvs16
    @arunvs16 5 месяцев назад +2

    everything is fine,but i can't get messages from firestore database into my individual chat page,plz tell me whats the reason?😮‍💨

    • @NurgaliNurpeis
      @NurgaliNurpeis 3 месяца назад

      I am having same issue, did u fix it?

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      try to rebuild the app. did u fix it?

  • @НУРАЛИЕЛЕМЕС-и5ч
    @НУРАЛИЕЛЕМЕС-и5ч 9 месяцев назад +2

    thanks so mutch)from Kazakhstan

  • @ndassuna40
    @ndassuna40 4 месяца назад +1

    Thank you for the nice video.
    When I watch your videos, I get a lot of suggestions. Are you using any additional plugins?
    For example, if you type stf, the outline of the Stateful Widget will appear...

  • @linoux1684
    @linoux1684 9 месяцев назад +2

    Thanks for all of your great tutorials ❤

    • @createdbykoko
      @createdbykoko  9 месяцев назад +1

      My pleasure. How’s flutter going for you these days?

    • @linoux1684
      @linoux1684 9 месяцев назад

      @@createdbykoko Going well actually! Thanks to you, many of my tasks were done easily

  • @naman-jain-00
    @naman-jain-00 9 месяцев назад +3

    Thank you Mitch for adding a great starting explanation of the workflow of this app design.
    Loved your new idea of explaining apps. ❤

    • @createdbykoko
      @createdbykoko  Месяц назад

      Thanks! How's flutter going for u these days?

    • @naman-jain-00
      @naman-jain-00 Месяц назад +1

      @@createdbykoko Hi Mitch, I hope you and your family are doing well and having a wonderful day.
      It's going fine but I am finding a little bit difficulty in making an app responsive for mobile, tab and web.
      I have been learning most of the Flutter developments from you.
      Is it possible for you to make a video where you make any previous app, like the grocery store app responsive for all 3 screen sizes?
      It will be really helpful.
      Because your existing responsive videos are helpful but as I scale an app and make it responsive where I have multiple pages there I face issues, it is taking time, if you can make a video explaining how to organize files where each components and pages has their own files for all 3 screen sizes and how to integrate them and also take us in your journey how you explore resources and how you learn by yourself, so that developer can also learn more from you : )
      If possible for you, I will be waiting for your video.

  • @Artenesama
    @Artenesama 8 месяцев назад +3

    Thanks!

    • @createdbykoko
      @createdbykoko  Месяц назад

      Wow! thank you so much! how is flutter going for you these days?

  • @ashrafayoub9886
    @ashrafayoub9886 8 месяцев назад +1

    Mitch what if you create a full road map flutter course with various projects and then upload to Udemy academy

    • @createdbykoko
      @createdbykoko  Месяц назад

      I probably will not upload to udemy, I want all education to be free on youtube

  • @truckim4813
    @truckim4813 9 месяцев назад +1

    Thank you so much for this tutorial. Hope you will do more 😻

    • @createdbykoko
      @createdbykoko  9 месяцев назад

      more to come! what app do u wana see me build

  • @NepoGFX
    @NepoGFX 9 месяцев назад +2

    I don't can install Firebase on flutter, but the Firebase CLI is installed.

  • @nescreation
    @nescreation 5 месяцев назад +1

    Thanks learned so many things.

  • @prixescalator5764
    @prixescalator5764 9 месяцев назад +2

    Thanks buddy, very helpful!

    • @createdbykoko
      @createdbykoko  Месяц назад

      Thank uu How's flutter going for u these days?

  • @AlfredHelmerich
    @AlfredHelmerich 8 месяцев назад +1

    Amazing video. Thank you 🤩
    Even though the video last only a bit over an hour. It took me a whole day to play it through and understand it.
    I loved your custom made button and created my own custom made text.
    I do not understand why flutter is making everything so complicated. Now I can deal with it, as I hide the complexity of calling style: TextStyle(color: simply in my custom made text to an optional attribute fontColor:
    I hope with the knowledge learned here I can use your chess app and make it into an app I can play with another user.
    Similary I would love to see a battleship app with nice ships to move around and see them explode.
    PS: How to you invite someone to chat/play with you?

    • @createdbykoko
      @createdbykoko  Месяц назад

      Nice!! Yeah it takes time so don;t worry. How is flutter going for you these days?

  • @2000lemuel
    @2000lemuel 4 месяца назад +1

    When closing the application, the theme settings are undone, how do I fix this?

    • @createdbykoko
      @createdbykoko  Месяц назад

      ah should use shared_preferences: pub.dev/packages/shared_preferences I should make a video

  • @tangenimatheus1971
    @tangenimatheus1971 7 месяцев назад +2

    Hi mitch i am having difficulties Fetching the messages from firebase for each chatroom, how ever i did everything you did and explored AI for help but i failed.
    I need help.

    • @akshithjadhav7576
      @akshithjadhav7576 4 месяца назад +1

      you got the solution?

    • @createdbykoko
      @createdbykoko  Месяц назад

      Try to rebuild the app first, when u add a new package especially. did you fix this yet?

  • @mohammadmahdiabbasi4896
    @mohammadmahdiabbasi4896 8 месяцев назад +3

    Hello, I have a question
    Is this app perfect?
    Does it mean that person A and B install the app on their mobile phones and chat with each other?
    Or is this training course only user interface?

  • @muhammadfahad9330
    @muhammadfahad9330 9 месяцев назад +9

    I know about widgets i watched your Flutter course for beginners and i know the concept. Now what should i Learn next? I mean show me the Clear roadmap so i can watch It From your RUclips channel. Just tell me The Roadmap and Topics In Sequence To become a complete Flutter developer? Plz reply Sir

    • @ker12m59
      @ker12m59 9 месяцев назад +1

      +

    • @murtazaali9346
      @murtazaali9346 9 месяцев назад +5

      Yoo, do some projects like weather app, Music player and convert figma designs into flutter code without watching tutorials.

    • @vigrind5527
      @vigrind5527 6 месяцев назад +1

      Clean architecture, state management ( i love Bloc) and Test.
      After see freezed package and retrofit
      For the route see Autoroute
      At the end see Dio package end Talker ( for log )

    • @Dongamoham.18
      @Dongamoham.18 4 месяца назад +1

      Convert your design ideas into real application bruda. It is quite good for practicing. Keep practicing. Keep coding.

    • @developerzull
      @developerzull 20 дней назад

      Everyone has replied wrong.
      This is not a roadmap. A roadmap for learning Flutter development will be a series of topics to learn one by one and keep gaining the knowledge and experience. Each later topic should be relatable to all or some of the previous topics.
      Currently, I don't have time to write the whole roadmap. I suggest you search for Flutter development roadmaps online. You will definitely get well written roadmaps. Go for it.

  • @ButterDog11
    @ButterDog11 9 месяцев назад +2

    Another great tutorial! apart from the styling and dark mode is this app any different form the previous messaging app you made?

    • @createdbykoko
      @createdbykoko  Месяц назад

      Notifications are in the new updated tutorial: ruclips.net/video/Xhrv8FA3CF0/видео.htmlsi=_tGr8GMZhOk-VIxm&t=24778

  • @gokulg400
    @gokulg400 5 месяцев назад +2

    I get error from authentication as "channel-error" from Exception. How should I solve this?

    • @ranamontu4455
      @ranamontu4455 4 месяца назад +1

      Bro do you found solution for that?

    • @gokulg400
      @gokulg400 4 месяца назад +1

      No, I again started coding from start and now it works. I don't know why I got that error.

    • @ranamontu4455
      @ranamontu4455 4 месяца назад +1

      @@gokulg400 oh my god so i need to do this code again??🥺

    • @createdbykoko
      @createdbykoko  Месяц назад

      Did you fix this yet?

  • @venooshe
    @venooshe 5 месяцев назад +1

    incredible video! thanks mitch

    • @createdbykoko
      @createdbykoko  Месяц назад

      No worries! How's flutter going for u these days?

  • @Harmony_LK
    @Harmony_LK 9 месяцев назад +1

    What a great tutorial bro, Hope u will keep it up

    • @createdbykoko
      @createdbykoko  Месяц назад

      I will keep it up!! hows flutter going for u these days?

  • @shreya_dabhi
    @shreya_dabhi 9 месяцев назад +3

    how did you make that rotational app animation at beginning - 00:01 ? 🤔

  • @shivanshchaturvedi3337
    @shivanshchaturvedi3337 8 месяцев назад +1

    now I'd like to see you doing smthng more challenging....make something new and a level up! Appreciate ur work!

    • @createdbykoko
      @createdbykoko  Месяц назад

      thanks! what is something you would like to see?

    • @shivanshchaturvedi3337
      @shivanshchaturvedi3337 Месяц назад

      @@createdbykoko heyaa....can we doa flutter application - an original project - with a nodejs backend...obv authentication

  • @doublehj1242
    @doublehj1242 9 месяцев назад +1

    Is your flutter project possible only with ios?
    What is your operating system?
    Is it possible to operate a window operating system?

  • @Lqnux
    @Lqnux Месяц назад +1

    The tutorial is really really nice however for some reason, my messages send through the database but won't show up in the UI, ive checked like 50 times our code is the exact same. Any help?

    • @createdbykoko
      @createdbykoko  Месяц назад

      @@Lqnux try re-building the app again. When you add a package it’s good to recompile the app. That’s the first thing to try. Also debugging is a core skill for a coder, so try to understand the code itself rather than only just comparing if you copied the code correctly from the video. For example, is there any error in the debug console? This should give you lot’s of information. Let me know how it goes

  • @ffstrom5100
    @ffstrom5100 9 месяцев назад +1

    hey mitch can you make the tutorial on awosome notification package

  • @ivosrbakoski1151
    @ivosrbakoski1151 9 месяцев назад +2

    Qestion,
    what if we have 1 000 000 messages,
    and each time we open the chat it fetches all the mesages from firestore,
    Is there simple optimised way to handle with existing flutter widgets?
    or we have to create our own logic for pagination?

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      That is a great consideration for the next version!

  • @kashaf8863
    @kashaf8863 9 месяцев назад +2

    hy mitch!
    can u tell how to show last msg of firestore on chat view screen

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      Did u do this yet?

    • @kashaf8863
      @kashaf8863 Месяц назад +1

      @@createdbykoko yes I did☺️thanks for reply♥️I am big fan of u☺️

  • @mahdidavids3959
    @mahdidavids3959 9 месяцев назад +1

    hey , great tutorial , as always ! I have a question , why use a container instead of one of the button widgets ?

    • @createdbykoko
      @createdbykoko  Месяц назад

      i just like to have full customization :D

  • @janishjain8709
    @janishjain8709 8 месяцев назад +1

    can you please make videos on getx state management

    • @createdbykoko
      @createdbykoko  Месяц назад

      probably no. there is already many tutorial on that

  • @mr__esca1559
    @mr__esca1559 9 месяцев назад +1

    Thanks my teacher. ❤

  • @Cachenboy
    @Cachenboy 5 месяцев назад +1

    sos un capo

  • @NepoGFX
    @NepoGFX 9 месяцев назад +2

    I don't can install Firebase on flutter, but the Firebase CLI is installed? Can someone help me?

  • @adarshsrivastava4594
    @adarshsrivastava4594 5 месяцев назад +1

    Sir, Is there any tutorial you uploaded to get a push notification for a new message ??

  • @anwaarmax
    @anwaarmax 7 месяцев назад +1

    Thank a lot for this 😇

    • @createdbykoko
      @createdbykoko  Месяц назад

      No problem! how is flutter going for you these days?

    • @anwaarmax
      @anwaarmax Месяц назад

      @@createdbykoko Working on my own startup and hoping for it's launch soon! You did an absolutely great job in giving me the vast overview of how apps altogether looks and built...i appreciate that and may you keep doing the great work and achieve beyond your expectations!

  • @finiskyyy
    @finiskyyy 23 часа назад

    For me the chat bubbles (with the exact same code mind you, I checked 12 times) are always 100% the possible width, they're not as wide as text within them is. Does anyone know what could be the issue?

  • @haruka8762
    @haruka8762 7 месяцев назад +1

    Congratulations for your 100k sub 😊

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      Thank you so much! How is flutter going for you these days?

    • @haruka8762
      @haruka8762 Месяц назад +1

      @createdbykoko it's going good I am working on a e commerce app

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      @@haruka8762 nice, i hope my ecommerce app or food delivery app helps u ❤️

    • @haruka8762
      @haruka8762 Месяц назад

      @createdbykoko yes it does thanks a lot

  • @perpetualade
    @perpetualade 9 месяцев назад +1

    Great tutorial!!!!👏

    • @createdbykoko
      @createdbykoko  Месяц назад

      Thanks! Hope it helped! How is flutter going on for u these days?

  • @FranckMekoulou-i7w
    @FranckMekoulou-i7w 9 месяцев назад +2

    Thank you, to make these graphs like UML what software do you use?

  • @abrar_abrar111
    @abrar_abrar111 11 дней назад

    ❤❤❤ great job

  • @shivaksh17
    @shivaksh17 8 месяцев назад +1

    all the code is correct. but the chats are not displaying in the ui . but the messages are displaying in console. how to fix this?

    • @createdbykoko
      @createdbykoko  8 месяцев назад

      Firstly then make sure the firestore part has been followed correctly. Sometimes it can be easy to miss steps. Did you make sure to update the read/write rules in the console?

    • @shivaksh17
      @shivaksh17 8 месяцев назад +1

      49:20 is where my UI is not displaying the text. But in firebase console, The sent texts are displaying. How to fix it?

    • @udaykale5017
      @udaykale5017 8 месяцев назад

      @@createdbykoko i'm stuck here too, read/write is true in console and write-usage is also showing on console. Please help I have checked code 3 times

    • @udaykale5017
      @udaykale5017 8 месяцев назад

      @@shivaksh17 You got any solution bro?

    • @shivaksh17
      @shivaksh17 8 месяцев назад

      ​@@udaykale5017 no I am facing the same issue.

  • @onataydn9648
    @onataydn9648 7 месяцев назад +1

    Do you think about sharing your Flutter Masterclass: Beginner to Pro course at Udemy? It's would be incredibly good.

    • @createdbykoko
      @createdbykoko  7 месяцев назад +1

      yep submitted to udemy for review. hopefully it gets up soon

    • @onataydn9648
      @onataydn9648 7 месяцев назад

      ​@@createdbykoko That's great, waiting for it. Please let us know when release. Where will you announce it?

  • @zopenzop2225
    @zopenzop2225 9 месяцев назад +1

    What app did you use to make the flowchart in the intro? Great video btw, as always!

  • @suman-shrestha
    @suman-shrestha Месяц назад +2

    I have followed one by one step but only problem is messages not displayed at app, developing for android. But there is data in databases please help there is no any other in overall project. I am new in flutter so help me. Thanks in advance 49:15

    • @createdbykoko
      @createdbykoko  Месяц назад

      Did u fix this?

    • @suman-shrestha
      @suman-shrestha Месяц назад

      @@createdbykoko Thank you for reply. It is really great to learn flutter as a beginner. message problem solved but i am still stuck with the android notification receive, firebase says no token found, can't send notification. Thanks in advance.

  • @nadeemquraishi537
    @nadeemquraishi537 6 месяцев назад +1

    my messages is not showing on user's chat page
    am stuckk here!!!!

  • @ivosrbakoski1151
    @ivosrbakoski1151 9 месяцев назад +1

    Thats so cool dude

  • @urm1n
    @urm1n 9 месяцев назад +1

    did you have any tutorial for firebase

    • @createdbykoko
      @createdbykoko  9 месяцев назад

      ruclips.net/video/iQOvD0y-xnw/видео.htmlsi=P1kBFWCqdk7TpcIo

  • @atech-creativesolutions4668
    @atech-creativesolutions4668 12 дней назад +1

    Hi Sir I get This is error " type 'null' is not a subtype of type 'string'" when I return Text(data['messages']);

    • @createdbykoko
      @createdbykoko  11 дней назад

      @@atech-creativesolutions4668 this is a great opportunity for you to learn! Do you know about what null means? If not, you should try to learn about it ❤️

  • @sallojusidharth148
    @sallojusidharth148 2 месяца назад +1

    Thanks Bhai ......❤

  • @shadrackmballah80
    @shadrackmballah80 9 месяцев назад +1

    Man! this is awesome!,😇

    • @createdbykoko
      @createdbykoko  Месяц назад +1

      Haha thanks. How is flutter these days for u?

    • @shadrackmballah80
      @shadrackmballah80 Месяц назад

      @@createdbykoko Now I feel like I can transform my ideas into real thing using flutter. I'm glad alot of skills I got from you! 😁😁.

  • @palithaariyarathna2695
    @palithaariyarathna2695 Месяц назад

    Please give me some advice, I coded all the chat components but chatroom collection is not creating in the database, users collection works fine, I can create users.

  • @jineethe5759
    @jineethe5759 8 месяцев назад +1

    thankyou🖤

  • @manelsakouhi3686
    @manelsakouhi3686 18 дней назад

    How to have this discussion between user and admin please

  • @wisdom_seeker
    @wisdom_seeker 9 месяцев назад +1

    Hey Mitch ! Thanks for the tuto. Do you have another solution in case npm -g install firebase-tools doesn't work ? In my cas npm is not even recognized.

    • @createdbykoko
      @createdbykoko  Месяц назад

      ohhh, you should go to firebase documentation: firebase.flutter.dev/docs/cli/

  • @ranjantechnocrat
    @ranjantechnocrat Месяц назад +1

    This is awesome

    • @createdbykoko
      @createdbykoko  Месяц назад

      @@ranjantechnocrat glad you like it :) are you trying to learn flutter? ❤️

    • @ranjantechnocrat
      @ranjantechnocrat Месяц назад

      @@createdbykoko Yes I am just starting today, I started my career as mainframe developer in 2011 , And for last few years am working in a Java based product and few springboot web apps. I am interested to learn mobile app development.

    • @ranjantechnocrat
      @ranjantechnocrat Месяц назад

      @@createdbykoko yes I started my career as a mainframe developer in 2011 , And for last 6 years am working in a Java based product and Springboot web apps, I am interested to learn mobile app development

    • @ranjantechnocrat
      @ranjantechnocrat Месяц назад

      @@createdbykoko Yes I started my career as a Mainframe developer in 2011 and for the past 7 years I am worked in some Java based products and now in few Springboot web apps. I am interested to learn mobile app development. To be frank until I hit this video, I was not aware of the capabilities that we can bring in by just wiring these plugins/frameworks.
      This is awesome. And I am interested to buy this buddy, I will do that for showing this awesome skill that I can grab🤣, Interesting

  • @justetk
    @justetk Месяц назад

    Amazing!!!

  • @user9924
    @user9924 9 месяцев назад +1

    Thank you ❤

    • @createdbykoko
      @createdbykoko  Месяц назад

      No problem. How is flutter for u these days?

    • @user9924
      @user9924 Месяц назад

      @@createdbykoko good, i am in the final touches of publishing my app :)

  • @supragyasharma5515
    @supragyasharma5515 8 месяцев назад

    Hey Mitch, your tutorial is awesome but I just noticed a problem. Since we don't save the 'Dark Mode' status locally, every time we relaunch the app it pops up in light mode. I will really appreciate your help on this. Thanks tho!💕

    • @thisisAcidic
      @thisisAcidic 8 месяцев назад +2

      you should get to know 'shared preferences' for flutter 👍🏻

    • @supragyasharma5515
      @supragyasharma5515 8 месяцев назад +1

      thanks @@thisisAcidic

  • @exeshka
    @exeshka 6 месяцев назад

    Сделай урок про такое же приложение только с использованием flutter_bloc

  • @rasmustchristensen
    @rasmustchristensen 9 месяцев назад +1

    Which tool are you using to draw app diagrams?

  • @omerfaruk5100
    @omerfaruk5100 5 месяцев назад +1

    app is so cool but not for beginners. pls do it slow maybe it'll take more than 1 hour but i think it'll be great guide for beginners

    • @createdbykoko
      @createdbykoko  3 месяца назад

      if you are a beginner then maybe don't start with a chat app. I recommend you start building smaller apps first something like:
      📋📱Todo app: ruclips.net/video/mMgr47QBZWA/видео.htmlsi=SriNLWsnX3RNVOjP
      🌤📱Weather app: ruclips.net/video/yLtpMqvMgdY/видео.htmlsi=Q4xEDe2DFB4EjtBX
      💰📱Expense tracker: ruclips.net/video/ULupDyOgcJg/видео.html
      🥷🏽📱Social Media app: ruclips.net/video/zohXXZBUVYI/видео.htmlsi=qY1sfgKWjMHid8wE
      Also make sure to learn the basics of Flutter first: ruclips.net/video/HQ_ytw58tC4/видео.html
      as well as 🔥Firebase: ruclips.net/video/0RWLaJxW7Oc/видео.htmlsi=hd9OTDQezznmuz-_
      ..and then the chat app should be a good app to build after that ❤ good luck

  • @satorilas
    @satorilas Месяц назад

    1:00 whats program you using to make a plan?

  • @АйгульАбиева-х5е
    @АйгульАбиева-х5е 6 месяцев назад

    Good afternoon! Please tell me, the message is not displayed in the chat page. I can't find the error and it doesn't show in the console. Thank you

    • @DreamyLofiHaven
      @DreamyLofiHaven 5 месяцев назад

      Remove this .orderBy("timestamp", descending: false)

    • @createdbykoko
      @createdbykoko  Месяц назад

      Try rebuilding the app, especially after adding a new package.

  • @SaiVineeth-y5u
    @SaiVineeth-y5u 8 месяцев назад

    at 21.00 when i try to login throwing error as Exception: [firebase_auth/invalid-email] The email address is badly formatted. i gone cross checked but everything looks fine

  • @محمدموسوی-د9ط
    @محمدموسوی-د9ط 2 месяца назад +1

    It is fun to make it with supabase

  • @mohammedrayan5528
    @mohammedrayan5528 9 месяцев назад

    What's the java version installed in your computer ??

    • @mohammedrayan5528
      @mohammedrayan5528 9 месяцев назад

      What's the required java version needed to be installed?

  • @Fazz-mt8lr
    @Fazz-mt8lr 6 месяцев назад

    if i want to show only those users which i just text not all users then which query we will use.

    • @createdbykoko
      @createdbykoko  Месяц назад

      I recently made a follow friend system in my new Twitter Clone App ruclips.net/video/q8m_fSYqx0w/видео.html

  • @osmanakbaba209
    @osmanakbaba209 7 месяцев назад

    How do you delete created account? I mean from the UI? I can delete the account from firebase, but it still shows the created account in the message receivers?

    • @createdbykoko
      @createdbykoko  Месяц назад

      Here you go, delete account in updated tutorial: ruclips.net/video/Xhrv8FA3CF0/видео.htmlsi=IxYQpUpuWAO74S0G&t=23250