【发布时间】:2023-04-02 16:07:01
【问题描述】:
我在 Android 上使用 Firebase Cloud Functions 库并使用 getHttpsCallable 调用云函数。
问题是函数需要15-20秒才能将结果返回给客户端,所以客户端抛出异常java.net.SocketTimeoutException: timeout.
有什么办法可以改变超时时间吗?
【问题讨论】:
-
Firebase API 不支持更改超时。建议您提交feature request
标签: android firebase google-cloud-functions