Cengizhan ERTURAN

Results 11 comments of Cengizhan ERTURAN

> @jasonJamEther Benim için çözüm, tüm firebase lib'lerimin statik sürümlerini kullanmaktı, bu önerilmez, ancak çalışırsa çalışır. > > ``` > firebase_core: 1.20.0 > firebase_auth: 3.5.0 > firebase_messaging: 12.0.1 > firebase_storage:...

``` import Flutter import Firebase @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { FirebaseApp.configure() GeneratedPluginRegistrant.register(with: self) if #available(iOS...

> I remember that in my case, other third-party dependencies which use APNs was the culprit. It was RevenueCat or Stream Chat or Onesignal or something. As I completely removed...

> @kdrgrgn, Can you use `firebase-admin` and see if this still causes issue as well? > > An example script can be as follows: > > ```js > // 0....

> @Cengizhanerturan Hi, I couldn't solve the problem. I switched to Onesignal. It's working fine now @kdrgrgn Thanks for your answer. https://github.com/firebase/flutterfire/issues/12832 I created a new issue here, I hope...

> Can you upgrade you firebase plugins versions and try again and see if the issue still remains? @TarekkMA Thanks for your answer. I need to update the flutter version...

> When a notification is sent while the application is in the foreground, it crashes with the android.os.MessageQueue.nativePollOnce (Native method) error. > There is no issue with the first notification;...

> Can you make a reproduction repo where this issue is happening? just the code that causes this issue to happen. @TarekkMA I cannot catch this problem, I am writing...