标签: firebase flutter google-cloud-firestore
据我所知,当Internet连接断开时,Flutter Firestore操作将继续重试。有没有办法设置超时时间,以便Firestore在超时时间超过超时时间时在CatchError中抛出错误?
答案 0 :(得分:0)
尝试此操作以处理应用初始化时的超时:
this.helloService
这将处理事务超时:
HelloService