You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what is happening under the hood, but after adding Plugin.Firebase.Analytics (3.1.0) to my Maui application, calls to SecureStorage.Default.GetAsync(key) now throw a null reference exception.
I am not sure what is happening under the hood, but after adding
Plugin.Firebase.Analytics
(3.1.0) to my Maui application, calls toSecureStorage.Default.GetAsync(key)
now throw a null reference exception.Csproj
Initialization code
I tried adding the following as per docs, but it didn't make a difference.
I am using .Net 9. I have only tried this on Android (so far).
The text was updated successfully, but these errors were encountered: