gpt4 book ai didi

firebase - 获取 Firebase 函数实例 ID?

转载 作者:行者123 更新时间:2023-12-01 03:13:26 24 4
gpt4 key购买 nike

据我了解,firebase 函数在 Google 函数执行环境中执行。
这意味着函数在单个实例中执行。根据 this document :

A new function instance is only started in two cases:

  1. When you deploy your function
  2. When a new function instance is automatically created to scale up to the load, or occasionally to replace an existing instance.

我的问题是:
是否可以在 firebase 函数中获取此实例 ID?

最佳答案

没有正式公开的实例 ID。通常哪个实例正在运行你的代码并不重要,你的代码不应该依赖于在特定实例中运行

如果您出于某种原因需要标记特定实例,您可以生成自己的 UUID并将其存储在全局变量中。

关于firebase - 获取 Firebase 函数实例 ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50522851/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com