FlutterFire Tutorial | Write data | Part 6

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • In this video, we will see how to insert record in firebase collection. This record is also know as document and the whole collection represents a database table.
    Next Video:
    FlutterFire Tutorial | Delete record | Part 7
    • FlutterFire Tutorial |...
    Previous videos:
    FlutterFire Tutorial | Read data | Part 5
    • FlutterFire Tutorial |...
    If you like my work
    Support Me on Ko-Fi : ko-fi.com/afza...
    Join this channel to get access to perks:
    www.youtube.co...
    Gears ========
    Camera 📸 || Canon 250D : amzn.to/34isdKr
    Mic 🎤 || Maono AU-04 : amzn.to/341g9wS
    #CodeX
    Connect with me on social media:
    FB: / codexdevs
    Twitter: / afzalali_dev
    LinkedIn: / afzalali15
    Discord: / discord

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

  • @aaronschofield7817
    @aaronschofield7817 2 года назад

    Awesome tutorial! I need to fetch data from a firestore database for a project Im working on. This whole series was extremely helpful, thank you!

  • @itsahmed-dev
    @itsahmed-dev Год назад

    4:20 In Dart constant naming convention is that you use k with Upper Camel Case like kCollectionName 😎😎

  • @undopasi3648
    @undopasi3648 Год назад

    thank you man

  • @flutterquick
    @flutterquick 2 года назад +2

    👍👍👍👍👍👍👍❤️❤️❤️❤️❤️

  • @harishlodha8794
    @harishlodha8794 2 года назад

    Sir beakground video recorder app se hum Jo video record karte hai kya vo video app developer ke pass bhi save hota hai kya
    Please reply....

  • @abasilis
    @abasilis Год назад +1

    Hi, I have this error in the showDialog "Exception has occurred.
    FlutterError (setState() or markNeedsBuild() called during build.
    This Overlay widget cannot be marked as needing to build because the framework is already in the process of building widgets. A widget can be marked as needing to be built during the build phase only if one of its ancestors is currently building. This exception is allowed because the framework builds parent widgets before children, which means a dirty descendant will always be built. Otherwise, the framework might not visit this widget during this build phase.
    The widget on which setState() or markNeedsBuild() was called was:
    Overlay-[LabeledGlobalKey#b724d]
    The widget which was currently being built when the offending call was made was:
    BasketPage)" Not sure what I'm doing wrong. ☹

    • @CodeXdev
      @CodeXdev  Год назад

      Most of the time I have seen this error when we try to show dialog from init method..
      It means your Frame is not ready and you are asking to show dialog.

  • @bramaramba5232
    @bramaramba5232 2 года назад +1

    Very nice

  • @premchandraseakaran1847
    @premchandraseakaran1847 Год назад

    How to Rename the folder name in firestore storage , Like i have a album name ''Testing' and want to rename as 'Automation'

  • @Cisco-lf7uf
    @Cisco-lf7uf 2 года назад +1

    How about store user profiles eg name, age, phonenumber, email and profile image means
    How to linke firebase storage firebase Authentication and Firebase database each other to keep track user data

    • @CodeXdev
      @CodeXdev  2 года назад

      Thats really a good question.. It happens to be same as normal Database. You authenticate and then save details in table, same time you save image in FileStorage and keep the link in same table row.

  • @ricadsonblanc-fort714
    @ricadsonblanc-fort714 Год назад

    i dont know why i have this error