Where should I store secrets in an Android app? #4739
-
I am pretty new to this, and I have come across an issue. I need to store a database access token, and database URL for an app running on Android. How would I go about doing this? |
Beta Was this translation helpful? Give feedback.
Answered by
andydotxyz
Mar 24, 2024
Replies: 1 comment 4 replies
-
We don't currently have secure storage support, but the Preferences api keeps the data in your app sandbox. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the interface is the definition, you get the implementation by calling
App.Preferences()
.I'd recommend reading these docs: https://docs.fyne.io/explore/preferences