FirebaseFirestore错误<firebaseoptions.getprojectid()不能=“”be =“”null =“”>

时间:2018-04-07 23:24:53

标签: firebase xamarin xamarin.android google-cloud-firestore

我正在为FirebaseFirestore尝试Xamarin现在可用,但是当我尝试获取实例时:

App = FirebaseApp.InitializeApp(context);
Store = FirebaseFirestore.GetInstance(App);

与使用FirebaseAuth时相似:

Auth = FirebaseAuth.GetInstance(App);

抛出FirebaseOptions.getProjectId() cannot be null

它仍然是borken,还是我做错了?

2 个答案:

答案 0 :(得分:0)

我遇到了类似的问题,并通过更改

解决了这个问题

'com.google.gms:google-services:3.0.0'

'com.google.gms:google-services:3.1.0'

在我的项目build.gradle文件中。我不确定这是否适用于Xamarin。

答案 1 :(得分:0)

此问题为reported to the Xamarin Google Play services library

最后得到支持者的回应,我们没有做错任何事情,这是Xamarin方面的错误。

我们目前正在等待发布此fix