CRUD app with React Firebase SDK version 9

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

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

  • @DaveFredkove
    @DaveFredkove 3 года назад

    awesome pace and explanation, thanks a lot! very good work. also, I love how silent it is other than your voice, no background hissing or music.

  • @crazyvolt1660
    @crazyvolt1660 3 года назад

    Thanks, I love to learn new things and guys like you make this happen for me. Thanks

  • @HeavenHigh027
    @HeavenHigh027 3 года назад

    It worked fine for me. Thanks for the excellent sample, and keep it up.

  • @noob_dodger
    @noob_dodger 3 года назад

    Nice!

  • @sreeharshkuttamath
    @sreeharshkuttamath 3 года назад

    Can you also add how to display date ie Createdat in the list. Its showing me error.

    • @farhanfarooq
      @farhanfarooq  3 года назад

      you can display date like this
      task.createdAt.toDate().toDateString()

    • @sreeharshkuttamath
      @sreeharshkuttamath 3 года назад

      @@farhanfarooq It throws an error bro, TypeError: Cannot read properties of undefined (reading 'toDate')

    • @farhanfarooq
      @farhanfarooq  3 года назад

      it shouldn't, working fine for me, make sure you followed the tutorial correctly, anyway try this
      task.createdAt?.toDate().toDateString()
      you should check spelling of createdAt, in tutorial its "createdAt" but in your comment looks like you named it "Createdat"

  • @thaibinh6585
    @thaibinh6585 3 года назад

    hi I am using react native by expo and getting an error when getFirestore(), the error is: "undefined is not an object (evaluating '_ref23.options')", can you help me pls

    • @farhanfarooq
      @farhanfarooq  3 года назад

      not sure why is that however doesnt look like the error is related to firebase

    • @thaibinh6585
      @thaibinh6585 3 года назад

      @@farhanfarooq yeah I've just look it up and it's seem to because firebase v9 is not compatible with expo so it's not working properly

    • @thaibinh6585
      @thaibinh6585 3 года назад

      @@farhanfarooq I gave up and now using the firebase v8 and it works normally

  • @kaushalkumarmishra9201
    @kaushalkumarmishra9201 3 года назад

    Nice
    Please make admin panel tutorial....

  • @Rene-mg9eg
    @Rene-mg9eg 3 года назад

    Nice video🔥🔥 but wheres the update part ?

    • @farhanfarooq
      @farhanfarooq  3 года назад

      what do you think what's the purpose of toggleComplete function?

    • @Rene-mg9eg
      @Rene-mg9eg 3 года назад

      @@farhanfarooq sry Im a absolute beginner 😂

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

      @@Rene-mg9eg there is a reason he does not have a website