Google Cloud Firestore

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Google Cloud Firestore相关的知识,希望对你有一定的参考价值。

参考技术A 对于Firebase的集成与使用,没别的,看文档就行了。
个人使用CocoaPods方式:

我需要在AppDelegate.m获取数据:

然后获取数据时,遇到报错:

对上以上两个报错,尤其第一条很让人迷惑,很确信当时网络没有问题...
刚开始怀疑集成过程漏掉了什么,重新建了一个firebase项目,按照文档对Cloud Firestore重新来了一遍,依然报同样的错误...

然后google时,搜到 Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds #7615 这个issue,虽然有点没太看懂,但也基本确定我的问题和这个issue的不一样。

当我打开fq代理后...成功了-_- 天晴了

以上是关于Google Cloud Firestore的主要内容,如果未能解决你的问题,请参考以下文章

Google Cloud Function - ImportError:无法从“google.cloud”(未知位置)导入名称“pubsub”

setQueryParameters 不是“com.google.cloud”的一部分,名称:“google-cloud-bigquery”,版本:“0.4.0”

Spring + google cloud:没有可用的“com.google.cloud.storage.Storage”类型的合格bean

Google Cloud Dataflow 和 Google Cloud Dataproc 有啥区别?

Google Cloud Firestore 与 Google Cloud Spanner 的区别?

具有 Google Cloud Functions 的 Google Cloud Endpoints [关闭]