f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

FirebaseOptions.getProjectId() cannot be null #28

Closed Denaindra closed 4 years ago

Denaindra commented 4 years ago

This simple add function - I suddenly get FirebaseOptions.getProjectId() cannot be null erro

await CrossCloudFirestore.Current
                         .Instance
                         .GetCollection("Users")
                         .AddDocumentAsync(new Users
                         {
                             email = "this my mail 1",
                             password = "***",
                             userType = "gayan"
                         });