【发布时间】:2018-04-05 06:59:50
【问题描述】:
FirebaseFunctions.getInstance().getHttpsCallable("onCommentMentionCreated")
.call(data);
上面的代码是我用来从 android 应用程序调用 firebase 云函数的代码。在call 函数中用作参数的data 变量是一个Hashmap。我想知道如何在服务器端访问它。
【问题讨论】:
-
文档中有什么不清楚的地方吗? firebase.google.com/docs/functions/callable
-
@DougStevenson 再次阅读文档后,我认为这可能是因为编码太晚了。
标签: android firebase google-cloud-functions