Add persistence beyond localStorage
#61
Labels
No labels
automerge
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
maintenance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rss-reader#61
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Feeds the app pulls are currently saved in local storage, which only really persists the data until the browser data is purged and doesn't offer any relief for users who are using multiple devices.
I would be nice to have persistence based on a key that the user can enter in their configuration panel and that would fetch saved configuration from a remote source.