Flutter Firebase CRUD by a REAL Project - 2024 (Create, Read, Update, Delete)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 101

  • @shivamgupta-cq2yk
    @shivamgupta-cq2yk  วันที่ผ่านมา

    📱 Need a killer app? Look no further! 💥
    🚀 Explore our app development services: appcrafting.my.canva.site/app-development-services

  • @gopinathsadhasivam9477
    @gopinathsadhasivam9477 8 หลายเดือนก่อน +5

    I am searching for crud operations with firebase longtime. Now I got it, and Your teaching is very good. Thank you for this code.

  • @willowsayswhat9642
    @willowsayswhat9642 8 หลายเดือนก่อน +3

    This is the best tutorial out there. thank you so much.

  • @CbarDaniel
    @CbarDaniel 8 หลายเดือนก่อน

    flawless tutorial! Worked perfectly line for line. Thanks

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  8 หลายเดือนก่อน

      Welcome, Do like and subscribe for such amazing content ahead :)

  • @abubatool2298
    @abubatool2298 9 หลายเดือนก่อน +2

    Hi brother.. I appreciate your efforts.. and I want to tell a suggestion, that when you click delete button you have to put confirm button to continue.. bcs some time it may clicked by mistake, that time we will lose data, so confirmation like a popup and 2 buttons like OK. And Cancel is better as my opinion.. please accept this suggestion as a suggestion from your brother... Thanks lot bro... Keep it continue...
    Always support you 💖

  • @shuaibalghazali3405
    @shuaibalghazali3405 6 หลายเดือนก่อน

    Thanks very much I was able to follow through though there's an. Issues setting up firebase on Android

  • @Andy-su9tn
    @Andy-su9tn 2 หลายเดือนก่อน

    I've been watching your videos and they are excellent. I would like to ask if you could make a video tutorial on how to create a blog application (or similar) using the BLoC pattern together with Firebase. It would be ideal if this tutorial covered the basic functions of creating, getting, updating and deleting data (CRUD). greetings

    • @alimagdy2119
      @alimagdy2119 2 หลายเดือนก่อน

      Why dont use getx?

  • @TheTechnologyGeek-qt8lm
    @TheTechnologyGeek-qt8lm 9 หลายเดือนก่อน

    Sir, I have a question regarding this part 28:55.
    You have used the random_string library to generate a random ascii string that will serve as a unique ID for each firebase document. But what if the library generates the same ascii string twice? It's random, so isn't it possible for it to generate the same random string twice?

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  9 หลายเดือนก่อน

      "There is a probability of at least one duplicate string if you generate the unique string 1,000,000 times is 0.5%" this is what I found on the internet.

    • @TheTechnologyGeek-qt8lm
      @TheTechnologyGeek-qt8lm 9 หลายเดือนก่อน

      @@shivamgupta-cq2yk I see. So, won't that be a problem if we store two documents with the same id?
      And can you please suggest a method that will certainly generate a unique ID for every document?

  • @Elkelany84
    @Elkelany84 9 หลายเดือนก่อน

    Thanks alot for this Wonderful CRUD App,we looking for MEDIUM PRACTICAL Flutter Project using any State Management like GETX ,you have wonderful way in Explaining :-)

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  9 หลายเดือนก่อน +1

      Thank you so much, surely we will :)

  • @Words.to.Remember
    @Words.to.Remember 4 หลายเดือนก่อน

    there is not shown dependencies in build.griddle file please tell me how to enable this option in VS CODE

  • @vanthotran3191
    @vanthotran3191 20 วันที่ผ่านมา

    thank you so much for course video . this video help me so impressive

  • @vegaboy2003
    @vegaboy2003 5 หลายเดือนก่อน

    Thank for the video, how i must to set the rules for use regolarity?

  • @asthajain2511
    @asthajain2511 9 หลายเดือนก่อน

    what is the value of id being passed in map during updation ??

  • @reignmedia-in
    @reignmedia-in 9 หลายเดือนก่อน +1

    appreciate your efforts bro you nailed it like always

  • @cmon2665
    @cmon2665 8 หลายเดือนก่อน

    Greate video Thank you..

  • @daydreamer3623
    @daydreamer3623 6 หลายเดือนก่อน

    Bro I need your help , After following all your steps my application is working as it was working before but noting is getting saved to database , there is no error in the code but nothing is getting saved , please help

  • @MeetPatel-hy9zu
    @MeetPatel-hy9zu 8 หลายเดือนก่อน

    you try to generate and set random values as id but the code can generate two same random number , won't it create problem in future? @Shivam Gupta

    • @elmarflat728
      @elmarflat728 8 หลายเดือนก่อน

      Instead, use the uuid package (flutter pub add uuid).

  • @nadermahmudtabrizi7216
    @nadermahmudtabrizi7216 วันที่ผ่านมา

    It would better to zoom your display

  • @Nazar_Il
    @Nazar_Il 6 หลายเดือนก่อน

    Thank you for this cool tutorial, It`s very useful for beginners

  • @geraldobiang6525
    @geraldobiang6525 5 หลายเดือนก่อน

    Thanks for the Video ! Excellent!

  • @vikashtiwari8360
    @vikashtiwari8360 10 หลายเดือนก่อน

    bhaiya please bring full course on flutter with firebase for beginners

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  10 หลายเดือนก่อน +1

      Surely we will but you can also follow this video too this is completely for the beginners :)

  • @Ameen-yw7te
    @Ameen-yw7te 3 หลายเดือนก่อน

    only white screen in emulator while running, there is some error initially, fixed using stackoverflow but finally only shows white screen, anybody please support!

  • @thomasgayflorjr7457
    @thomasgayflorjr7457 6 หลายเดือนก่อน

    Thank you so much for this helpful tutorial

  • @rugvedbelkundkar276
    @rugvedbelkundkar276 8 หลายเดือนก่อน

    i am getting error in android/app/build.gradle file at this line " throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") . the error is "unable to resolve class GradleException
    @ line 11, column 15"

    • @elmarflat728
      @elmarflat728 8 หลายเดือนก่อน +1

      In the Firebase setup, select the Flutter "wizard". I don't even understand why Shivam chose the Android one. Twice the work, full of room for error.
      If you are using Windows, for Firebase CLI install, choose the npm install and follow the instructions there.

    • @rugvedbelkundkar276
      @rugvedbelkundkar276 8 หลายเดือนก่อน +1

      @@elmarflat728 thanks bro, i didn't connected one by andoid and ios i just directly added a flutter app option in firebase and problem is solved.

    • @rugvedbelkundkar276
      @rugvedbelkundkar276 8 หลายเดือนก่อน

      @@auztn firebase connectivity issue?

  • @anonymous_achiever017
    @anonymous_achiever017 6 หลายเดือนก่อน

    Why don't you use flutterfire configure to connect seamlessly

  • @thisaragunasekara924
    @thisaragunasekara924 9 หลายเดือนก่อน

    Code is working for me with some changes

  • @shaztech620
    @shaztech620 4 หลายเดือนก่อน

    Thanks brother, helped me alot

  • @shvsguard
    @shvsguard 2 หลายเดือนก่อน

    Tutorial for mobile emulator in vscode please.

  • @user1__lastname169
    @user1__lastname169 8 หลายเดือนก่อน

    EditEmployeeDetail - where is it come, in 47:12?

  • @ShreyasGaikwad-y2i
    @ShreyasGaikwad-y2i 3 หลายเดือนก่อน

    its very awsome vidip , thanku sir

  • @zehrakutluksaman8964
    @zehrakutluksaman8964 7 หลายเดือนก่อน

    En son delete detailin sonuna ne eklendi 54.44 saniye

  • @santoshkawale21
    @santoshkawale21 7 หลายเดือนก่อน

    can you provide github repo in every tutorial

  • @harshitsagar1626
    @harshitsagar1626 5 หลายเดือนก่อน

    happy to learn with uhh

  • @HoanNguyen-z8c
    @HoanNguyen-z8c 9 หลายเดือนก่อน

    Mine uses Windows, flutter clean and then flutter run all give an error. Do you have videos for windows?

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  9 หลายเดือนก่อน

      This code will work both on windows and Mac if you can share the error with me so that i can give you the solution :)

    • @HoanNguyen-z8c
      @HoanNguyen-z8c 9 หลายเดือนก่อน

      User
      Exception has occurred.
      PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null))@@shivamgupta-cq2yk

    • @vijaythakur2708
      @vijaythakur2708 7 หลายเดือนก่อน

      alfer flutter clean use new cmd such as flutter pub get then u will be use flutter run

  • @AliButt0007
    @AliButt0007 7 หลายเดือนก่อน

    Worth it 🎉

  • @AngelArturoMendezCordero-o6r
    @AngelArturoMendezCordero-o6r 5 หลายเดือนก่อน

    Me ayudó mucho, saludos desde MX

  • @debjeetmukherjee4591
    @debjeetmukherjee4591 8 หลายเดือนก่อน

    I love your channel

  • @huynhphuso
    @huynhphuso 4 หลายเดือนก่อน

    thank you very much.

  • @peterparker8548
    @peterparker8548 7 หลายเดือนก่อน

    How do I get gender information?

  • @rugvedbelkundkar276
    @rugvedbelkundkar276 9 หลายเดือนก่อน

    bhai maine try kiya pr screen pr output nhi dikha raha hai widget tree bhi nhi bna rahi source code dedo reference ke liye

  • @tanishbansal7544
    @tanishbansal7544 6 หลายเดือนก่อน

    getting error in +ds what to do??

  • @vijaythakur2708
    @vijaythakur2708 7 หลายเดือนก่อน

    sir yha pr jb maine new project create kiya hai then eska koe dependencies nhi aa rha hai jaise video me a rha hai time hai(20:44) pr aise q

  • @triksuper24
    @triksuper24 9 หลายเดือนก่อน

    Thank you so much ,but i error in itemcount : snapshot.data.docs.lenght

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  9 หลายเดือนก่อน +1

      Welcome, length spelling is wrong.

    • @triksuper24
      @triksuper24 9 หลายเดือนก่อน

      @@shivamgupta-cq2yk ok bro work thanks you so much

  • @SubruZz
    @SubruZz 8 หลายเดือนก่อน

    Hey man please reply when user signup i provide username email and password so mu questoon is email and password will be stored on firbase auth. But where do i store the username

    • @FlutterStack-if7uw
      @FlutterStack-if7uw 7 หลายเดือนก่อน

      email/pass should be stored in auth and username etc in firestore,images in storage

  • @jean-christophedibi5048
    @jean-christophedibi5048 7 หลายเดือนก่อน

    Wow thank you very match

  • @asthajain2511
    @asthajain2511 9 หลายเดือนก่อน

    Yo are great !!Keep posting !

  • @asthajain2511
    @asthajain2511 9 หลายเดือนก่อน

    CAN U PLEASE SHARE GIT REPO OF THIS ??

  • @MultipowerCS
    @MultipowerCS 8 หลายเดือนก่อน

    23:11'de kaldım

  • @DinaBoujediane
    @DinaBoujediane 9 หลายเดือนก่อน

    can i find this project at github

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  9 หลายเดือนก่อน

      I want each viewer to watch the complete video and they can code with me so that they can learn lots of things regarding the flutter and firebase :)

  • @nawarmohamed5449
    @nawarmohamed5449 9 หลายเดือนก่อน

    I have error Text(*name : *ds+[name]

  • @sophalkun
    @sophalkun 9 หลายเดือนก่อน

    bro Can make video upload file pdf or html into firebase?

  • @DinaBoujediane
    @DinaBoujediane 9 หลายเดือนก่อน

    please can you tell me the name and version about emulator

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  9 หลายเดือนก่อน

      Emulator is iphone 13 and ios version 13

  • @preetraj4827
    @preetraj4827 10 หลายเดือนก่อน

    nice bhaiya

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  10 หลายเดือนก่อน

      Welcome, Do like and subscribe for such more amazing content :)

  • @debjeetmukherjee4591
    @debjeetmukherjee4591 8 หลายเดือนก่อน

    Do you have any WhatsApp flutter community

  • @shivamgupta-cq2yk
    @shivamgupta-cq2yk  10 หลายเดือนก่อน +1

    Watch Next :- th-cam.com/video/h3-9LJDOlIA/w-d-xo.html

  • @masoodshuja5479
    @masoodshuja5479 5 หลายเดือนก่อน

    I need source code

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  5 หลายเดือนก่อน

      Already there in the description box.

  • @isrealemmanuel-l7o
    @isrealemmanuel-l7o หลายเดือนก่อน +1

    thank you so much, please how can i follow you on instagram.

    • @shivamgupta-cq2yk
      @shivamgupta-cq2yk  หลายเดือนก่อน

      You can find the link in the description box :)

  • @suleymanyalman8077
    @suleymanyalman8077 6 หลายเดือนก่อน

    l really really thank you

  • @shuaibalghazali3405
    @shuaibalghazali3405 6 หลายเดือนก่อน

    Thanks a lot for this tutorial ❤❤