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
{{ message }}
This repository was archived by the owner on Aug 18, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
In the settings view, be able to export all saved tweets to say the files app, as a JSON file.
In the settings view be able to import this JSON file. (This would overwrite any tweets in the app at that moment)
The JSON file would be a way to "backup" all the tweets because right now they're only saved on device
Describe alternatives you've considered
I'm open to any suggestions to save data to a cloud database like AWS (because it already uses AWS Amplify DataStore) or some other service.
Additional context
Basically a user could "back up" their data with the csv file in Files, or suggest a way to sync the data to a cloud database. This is so users who delete the app and download it again, they don't lose everything.