talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Need firebase versions update. iOS PlatformException while using Firebase (versions conflict) #33

Closed Veronika-dev closed 1 year ago

Veronika-dev commented 1 year ago

Hey,

I use firebase core and firebase messaging in my app. It works fine in Android but there is an error in iOS: PlatformException(channel-error, unable to establish connection on channel., null, null)

After some research I found that problem is in outdated versions and every solution included update of them.

I have the latest versions:

firebase_core: ^2.13.0
firebase_messaging: ^14.6.1

However your versions are different. When I removed your package, the error gone.

Could you please update versions of firebase_core and firebase_messaging to the latest? I hope it will help me.

Thank you.

bugnano commented 1 year ago

OK, Version 0.8.1 has the updated Firebase dependencies.