Cloud Functions local debugging

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

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

  • @googlecloudtech
    @googlecloudtech  ปีที่แล้ว

    Subscribe to Google Cloud Tech for more Serverless Expeditions episodes! → goo.gle/GoogleCloudTech

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

    Exactly what I was looking for. This is straight fw as compared to other video which try to run emulators. Great learning resource (at least for me)

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

      Happy to hear that it was helpful!

  • @satheeshwaranJ
    @satheeshwaranJ ปีที่แล้ว +4

    I waited for this for 6 years now, thanks!

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

    Christoph, you legend!

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

    This video is amazing, thanks for it

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

    Helpful video. Question: What if you wanted to do this for Firebase Callable Functions? There is no way to directly cURL those, so how would you invoke the local Cloud Function for those? Thanks

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

      Good question! I don't know the answer. The folks over at the Firebase sub-reddit may know: r/firebase.

  • @josueperla5255
    @josueperla5255 ปีที่แล้ว

    I appreciate your video - it's been incredibly insightful. Yet, while attempting to implement the concepts in Python, I've been having dificulties regarding authentication. I've managed to execute the function, but it seems that my impersonation of my service account isn't seamlessly integrated with the local function, leading to a persistent error: "Unable to acquire impersonated credentials."
    Could you consider creating a video in the near future that delves into the intricacies of authenticating with Python? In the interim, if you could point me to any relevant documentation, it would be greatly appreciated. Thanks for your assistance.

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

      Happy to hear that the content is insightful. Regarding your python friction: impersonated Application Default Credentials should be picked up by the python client as well. Your personal user might miss the permissions to impersonate - do a web search for "google cloud use service account impersonation" and you will find the documentation. I hope this resolves your error.

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

    I would like to see debugging Firebase Storage with local files beeing „uploaded“ on local instance in the Emulator :).
    Thx ❤

    • @TheMomander
      @TheMomander ปีที่แล้ว

      Great suggestion -- thank you! We're adding it to the list.

  • @dzivojelic
    @dzivojelic 7 หลายเดือนก่อน +1

    Nice for single function when you have real products it is useless when you use auth and tasks it gets so complicated

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

    Please the same example in python

    • @TheMomander
      @TheMomander ปีที่แล้ว

      Thank you for the suggestion. We're adding it to the list.