-
Notifications
You must be signed in to change notification settings - Fork 0
Suggest a page refresh when not running the latest version #51
Copy link
Copy link
Open
Description
If the app keeps listening to a repository of releases (e.g.: releases/${appId}/versions on Firestore), it's possible to show an alert if the running version is lower than the latest version available.
The alert could have a simple message like A newer version of this app is available. Click here to update to vX.X.X. When clicked, the button will simply try to refresh the page to pull the latest version.
It's important to keep the repository updated properly, so perhaps this should be implemented only after CD/CI pipelines are fully automated with version increase.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request