feat(live-update): add a channel
option to sync()
and fetchLatestBundle()
methods
#355
Closed
3 of 24 tasks
Labels
Plugin(s)
Current problem
The
setChannel
andgetChannel
seems to confuse many developers. There have been several support requests where the problem was thatsetChannel
was called too late or not at all and thus no live update was received.Preferred solution
A new
channel
option should be added to thesync()
andfetchLatestBundle
methods.Alternative options
No response
Additional context
Related to #264
Before submitting
The text was updated successfully, but these errors were encountered: