Firebase Cloud Functions shell:添加身份验证令牌以调用可调用对象
Posted
技术标签:
【中文标题】Firebase Cloud Functions shell:添加身份验证令牌以调用可调用对象【英文标题】:Firebase Cloud Functions shell : add authentication token in order to call callable 【发布时间】:2019-07-22 16:59:53 【问题描述】:如何在 firebase 云函数 shell 中添加身份验证令牌,以测试需要身份验证的可调用对象?
什么是用户身份验证令牌的好语法:
firebase > myAwsomeCallable(foo:"bar","whatIsKeyforToken:"token");
有没有人知道一个可行的例子?第二个参数的正确数据结构是什么(可调用签名中的上下文/身份验证)?
最好的问候
【问题讨论】:
【参考方案1】:documentation for locally testing callable functions 目前说:
context.auth 的模拟当前不可用。
因此,您当前尝试执行的操作是不可能的。如果这对您很重要,请file a feature request。
【讨论】:
以上是关于Firebase Cloud Functions shell:添加身份验证令牌以调用可调用对象的主要内容,如果未能解决你的问题,请参考以下文章
在 iOS 中为 Firebase 使用 Cloud Functions
Cloud Functions for Firebase 超时
Firebase Cloud Functions https.onCall 完成状态码:204
Cloud Functions for Firebase onWrite 超时