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
First of all, thank you so much for this project.
It is very helpful for using Google Sign In on Windows.
I am trying to override the default SharedPreferences DataStorage.
I understand I need to implement my own Store, akin the _SharedPreferencesStore.
However, I am not able to pass that implementation to the plugin because the DataStorage has only a private constructor.
I could implement DataStorage from scratch, however I am wondering if I am missing something obvious. Shouldn't it have a public constructor as well to pass custom Store implementations?
Thank you
The text was updated successfully, but these errors were encountered:
First of all, thank you so much for this project.
It is very helpful for using Google Sign In on Windows.
I am trying to override the default SharedPreferences DataStorage.
I understand I need to implement my own Store, akin the _SharedPreferencesStore.
However, I am not able to pass that implementation to the plugin because the DataStorage has only a private constructor.
I could implement DataStorage from scratch, however I am wondering if I am missing something obvious. Shouldn't it have a public constructor as well to pass custom Store implementations?
Thank you
The text was updated successfully, but these errors were encountered: