AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

How do I use it with Firebase #37

Closed ahmeteminkara closed 2 years ago

ahmeteminkara commented 3 years ago

I am using signalr_flutter (v0.1.2) plugin in my flutter application. When the application is opened, I can receive notifications and messages and have no problems. But when I add the firebase_messaging plugin and set my project to receive background notification, signalR is not connecting. isConnected response incorrect, hubCallback and statusChangeCallback not responding It works on iOS, but this problem only happens on Android. Can you please help?

beebobox commented 2 years ago

hi ahmeteminkara Did you solve your problem? I am experiencing the excact issue.

ahmeteminkara commented 2 years ago

Hi beebobox, My problem probably persists. I'm using .NET Core SignalR, not .NET SignalR anymore, on the server. I'm using the plugin "signalr_core" v1.1.1 and no longer have the problem.