f-miyu / Plugin.CloudFirestore

MIT License
122 stars 44 forks source link

Error On Android #10

Open Vernon321 opened 5 years ago

Vernon321 commented 5 years ago

I have followed the tutorial and added 'CloudFirestore.Init(Application.Context);' in MainActivity. However, when I run I get the following error:

Unhandled Exception:

Java.Lang.NullPointerException: Attempt to read from field 'java.lang.String com.google.firebase.FirebaseOptions.zzehy' on a null object reference

Any ideas what is causing this?

RichardSV15 commented 5 years ago

+1

Occurs on both iOS and Android I get this error when I try to commit a batch.SetData(myReference, myData);