Getting Started with Cloud Firestore with Go - Firecasts

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

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

  • @tidb1ts
    @tidb1ts 6 ปีที่แล้ว +1

    Jen, are you guys using VS Code as your editor in these videos?

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

    This is cool. I would love to be able to write firebase functions in Go instead of node. Javascript should have never left the browser. How can I deploy Go code / containers to GCP? do we have any instructional videos like this one??

    • @smyrnian_
      @smyrnian_ 6 ปีที่แล้ว

      For the benefit of those not aware, Cloud Functions in Go are coming and you can even try it via early access:
      docs.google.com/forms/d/e/1FAIpQLSfJ08R2z7FumQyYGGuTyK4x5M-6ch7WmJ_3uWYI5SdZUb5SBw/viewform

  • @mattmarshall4710
    @mattmarshall4710 3 ปีที่แล้ว +1

    Wow, that was really easy. Thank you for this demo.

    • @Firebase
      @Firebase  3 ปีที่แล้ว +1

      You're welcome!

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

    It's really easy and cool

    • @Firebase
      @Firebase  2 ปีที่แล้ว

      We're glad you enjoyed the video, Amir!
      Be sure to check out the links in the description for more tips and tutorials 🙂

  • @alexanderviljoen6117
    @alexanderviljoen6117 5 ปีที่แล้ว +1

    Hi jen can you provide the code you used bar the admin SDK so that I can retrofit it. You’re too fast and I don’t get a full overview?

  • @GiacomoRebonato
    @GiacomoRebonato 6 ปีที่แล้ว +1

    Hi, thanks for the great inspiring video tutorial (as usual). I’d like to understand better how I can read/write on server side and respecting current user authorization. (Seeing the server side as a proxy, as it’s likely to happen).

  • @rmzzz76
    @rmzzz76 6 ปีที่แล้ว +1

    Does anyone have an example of using .Update(..). To facilitate this call there is an []Update struct type that seems missing from the firebase lib imports.
    UPDATE: Here's an example of how to call Update
    var updateList []firestore.Update;
    var updateitem firestore.Update;
    updateitem.Path = "fieldname";
    updateitem.Value = interface{}("fieldvalue");
    updateList = append(updateList, updateitem);
    client.Collection("Collectionname").Doc("docname").Update(ctx, updateList)

    • @johnbalvin5401
      @johnbalvin5401 6 ปีที่แล้ว

      godoc.org/cloud.google.com/go/firestore#DocumentRef.Update

  • @arundhyani9488
    @arundhyani9488 6 ปีที่แล้ว

    How can we send messages/notifications using firebase from a server running on go .

  • @cristiandavid7136
    @cristiandavid7136 4 ปีที่แล้ว

    Does anyone know if they added realtime support ?

  • @MuhammadAmir-mf9xt
    @MuhammadAmir-mf9xt 6 ปีที่แล้ว

    how to download pdf/doc file form Firebase Storage and store these files internal storage in separate Dir please help me

  • @naijagames2792
    @naijagames2792 2 ปีที่แล้ว

    Thank you

  • @pauloeduardomagaldi3189
    @pauloeduardomagaldi3189 5 ปีที่แล้ว

    We need to use Cloud Firestore with unity, can you help us?

  • @eduardoricardez6570
    @eduardoricardez6570 6 ปีที่แล้ว

    I love these videos

  • @PP-PIG
    @PP-PIG 6 ปีที่แล้ว +1

    wow deja vu

  • @-no-handle
    @-no-handle 6 ปีที่แล้ว +1

    Well, it's Gandhi not Ghandi!

    • @jenmansfield3207
      @jenmansfield3207 6 ปีที่แล้ว

      Aw dang, that's super embarrassing! 😳 Good catch!