0.14.0
- The Firebase strategy now requires passing the full
databaseURL
as theappId
tojoinRoom()
(either with or without thehttps://
prefix), e.g.'trystero-demo.firebaseio.com
, not just'trystero-demo'
. This allows support for other regions which use different url structures. Thanks to @matthewjumpsoffbuildings for diagnosing and proposing a fix.