node_modules/react-native-firebase/ios/RNFirebase/firestore/RNFirebaseFirestore.m:209:16: no visible @interface for 'FIRFirestore' declares the selector 'enableNetworkWithCompletion:'
@sibelius Run pod update, you need to be on iOS pods v4.11.0+
not using pod, gonna upgrade native sdk
tks
Here-in lies the benefits of pods ;)
am I missing anything here
import "RNFirebaseMessaging.h"
AppDelegate.m:74:24: no known class method for selector 'didReceiveLocalNotification:'
[RNFirebaseMessaging didReceiveLocalNotification:notification];
found it https://rnfirebase.io/docs/master/notifications/ios, tks
Most helpful comment
@sibelius Run
pod update, you need to be on iOS pods v4.11.0+