遗留数据库机密的停用时间表
Sunset schedule for legacy database secrets
我为 Google Apps 脚本维护了一个库,它提供了一个接口和自定义身份验证令牌的生成。我已经过渡到从服务帐户而不是项目机密生成令牌。
我仍然看到即使在新的 firebase 项目中也可以获得项目秘密令牌。这些有日落时间表吗?库的用户可以继续使用项目机密,还是我应该开始鼓励过渡到仅使用服务帐户?
Legacy database token will be shut down on March 15th, 2017 with legacy dashboard.
You can still migrate to new console, but keep using old SDK and use new tokens. When you are ready to update your code, you can switch to new SDK.
这就是 Firebase 支持团队今天给我的答案。
我为 Google Apps 脚本维护了一个库,它提供了一个接口和自定义身份验证令牌的生成。我已经过渡到从服务帐户而不是项目机密生成令牌。
我仍然看到即使在新的 firebase 项目中也可以获得项目秘密令牌。这些有日落时间表吗?库的用户可以继续使用项目机密,还是我应该开始鼓励过渡到仅使用服务帐户?
Legacy database token will be shut down on March 15th, 2017 with legacy dashboard.
You can still migrate to new console, but keep using old SDK and use new tokens. When you are ready to update your code, you can switch to new SDK.
这就是 Firebase 支持团队今天给我的答案。