David Gericke
David Gericke
Ive been trying to integrate the socket_io package with [alfred](https://github.com/rknell/alfred) but socket_io seems to only allow StreamServers and Alfred implements HttpServer. Has anyone found a way to integrate both?
Fixed issue using flutter web where response headers were being blocked when sent from alfred.
## Bug report If i change the base href from `` in web/index.html to `` I get an error when running `FirebaseMessaging.instance.getToken();` Therefore I cant have push notifications for regular...