OutdatedGuy

Results 141 comments of OutdatedGuy

@SelaseKay still having the same issue using `firebase_core: 3.5.0`, `firebase_messaging: 15.1.2` & `firebase_auth: 5.3.0`

@SelaseKay looking at the error logs I had provided I think the problem is with the `firebase_auth` plugin rather than `firebase_messaging`. Can you confirm once and update the labels?

@SelaseKay still having the same issue using `firebase_core: 3.6.0`, `firebase_messaging: 15.1.3` & `firebase_auth: 5.3.1` which are using Firebase iOS SDK 11.2.0

@russellwheatley, I tried with the updated `didReceiveNotificationRequest ` functions and top imports but still having the issue. The issue is in `firebase_auth` which is used in these functions `application` &...

@russellwheatley I was testing some things out and replaced `#import "FirebaseAuth.h"` to `#import ` and got this issue: ```console Modules Issue (Xcode): Definition of 'FIRAuth' must be imported from module...

@russellwheatley finally made it work by replacing ```objective-c #import "FirebaseMessaging.h" #import "FirebaseAuth.h" // Add this line if you are using FirebaseAuth phone authentication ``` with just ```objective-c #import "Firebase.h" ```...

@russellwheatley @SelaseKay thanks to @Swastik-Neodocs inputs, below is a proper working code for Notification Extension in Flutter. ```objc #import "NotificationService.h" #import "FirebaseMessaging.h" #import // Add this line if you are...

@SelaseKay please update this in the documentation here: https://firebase.google.com/docs/cloud-messaging/flutter/receive#step_3_-_use_the_extension_helper

@vbuberen Looks like this property is not in beta anymore