f-miyu / Plugin.FirebaseAuth

MIT License
61 stars 26 forks source link

ArgumentNullException when calling CrossFirebaseAuth.Current.Instance #14

Closed DenSchiep closed 4 years ago

DenSchiep commented 4 years ago

When calling CrossFirebaseAuth.Current.Instance in my Android app, I receive an exception System.ArgumentNullException:** 'Value cannot be null. Parameter name: key'. What am I doing wrong?

DenSchiep commented 4 years ago

Found this thread which fixed it.

https://github.com/xamarin/GooglePlayServicesComponents/issues/223