use of undeclared identifier 'FIRInstanceID'
[[FIRInstanceID instanceID] instanceIDWithHandler:^(FIRInstanceIDResult *_Nullable result, NSError *_Nullable error) {
^
/Users/admin/Documents/Dev/RN_Projects/BabyCourse/node_modules/
@react-native-firebase/messaging/ios/RNFBMessaging/RNFBMessagingModule.m:122:7: error: use of undeclared identifier 'FIRInstanceID'
[[FIRInstanceID instanceID] tokenWithAuthorizedEntity:authorizedEntity scope:scope options:options handler:^(NSString *_Nullable identity, NSError *_Nullable error) {
^
/Users/admin/Documents/Dev/RN_Projects/BabyCourse/node_modules/
@react-native-firebase/messaging/ios/RNFBMessaging/RNFBMessagingModule.m:138:5: error: use of undeclared identifier 'FIRInstanceID'
[[FIRInstanceID instanceID] deleteTokenWithAuthorizedEntity:authorizedEntity scope:scope handler:^(NSError *_Nullable error)