提问人:Costas 提问时间:10/8/2023 更新时间:10/8/2023 访问量:45
System.NullReferenceException:对象引用未设置为对象的实例。启用链接时从 Firestore
System.NullReferenceException: Object reference not set to an instance of an object. from Firestore when linking is enabled
问:
下面是我的 Xamarin.Forms 代码:
IDocumentSnapshot myVariable = await CrossCloudFirestore.Current
.Instance
.Collection("myCollection")
.Document("myDocument")
.GetAsync();
这是我在启用链接的情况下运行 Android 应用程序时的值:myVariable
myVariable {Plugin.CloudFirestore.DocumentSnapshotWrapper}
Data System.NullReferenceException: Object reference not set to an instance of an object.
Exists true
Id "myDocument"
Reference {Plugin.CloudFirestore.DocumentReferenceWrapper}
虽然,我得到的是,我没有得到.我得到myVariable.Exists
true
Data
System.NullReferenceException: Object reference not set to an instance of an object.
如果我禁用链接,我会毫无问题地获得数据。
有什么解决方案吗?
答: 暂无答案
评论
Xamarin.Firebase.Firestore.dll
<AndroidLinkSkip>Xamarin.Firebase.Crashlytics.dll;Xamarin.Firebase.Firestore.dll;Google.Cloud.Firestore.dll;Xamarin.Firebase.Common.dll;Plugin.FirebaseCrashlytics.dll;Xamarin.Firebase.Auth.dll;Xamarin.Firebase.Auth.Interop.dll</AndroidLinkSkip>