Python - Handle Data in Firestore Database

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

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

  • @tanvirahmed8586
    @tanvirahmed8586 ปีที่แล้ว +2

    Thanks man, this helped me a lot. It was a good quality tutorial. Keep making good tutorials like this.

  • @ful4no
    @ful4no ปีที่แล้ว +2

    Helped me a lot. I could undestand all and adapted it to my needs. Thanks!

  • @BytesOfCode
    @BytesOfCode  ปีที่แล้ว +2

    Firebase documentation: cloud.google.com/python/docs/reference/firestore/latest/document#class-googlecloudfirestorev1basedocumentdocumentsnapshotreference-data-exists-readtime-createtime-updatetime
    Full Code: sites.google.com/view/bytesofcode/youtube-channel/firestore-demo

  • @jonas2613
    @jonas2613 ปีที่แล้ว +2

    Great video. Thank you so much!!

    • @BytesOfCode
      @BytesOfCode  11 หลายเดือนก่อน

      Thank you so much

  • @kaie27
    @kaie27 ปีที่แล้ว +2

    great thanks!

  • @hddatascience
    @hddatascience 6 หลายเดือนก่อน +1

    can you guys help me? I've been having this error ""The database (default) does not exist for project"" but I have a correct database project id anyway and ive done everything else right

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

      This post seems to be saying something similar. Have you tried this out?
      stackoverflow.com/questions/70468635/why-does-the-firebase-api-call-for-projects-databases-get-return-an-error-404

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

    sir my python is showing attribute error :'generator' object has no attribute 'stream', even though I have used all the line of code you mentioned.