fix: include firebase wrapper in notification service FCM podspec #540
+3
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Summary
Adds
CioFirebaseWrapperdependency tocustomerio-reactnative-richpush.podspecwhich is used by the Notification Service Extension and FCM consumers.In the setup push notifications guide,
CioFirebaseWrapperwas being imported inadvertently, the dependency was not present on the.podspecthat is used by the Extension.In the 4x -> 5.0.0 migration guide, it is also indicated that:
Check imports: Ensure you’ve added import CioFirebaseWrapper to all files that import CioMessagingPushFCM-> the Notification Service is one of them.In order to comply with the setup/troubleshoot guide and to ensure that the user does not have any build errors, the
.podspecnow includes theCioFirebaseWrapperdependency.Changes
Added
CioFirebaseWrapperdependency tocustomerio-reactnative-richpush.podspecunderFCM.Added
CioFirebaseWrapperimport to the Notification Service of the sample iOS app.Note
Adds
CioFirebaseWrapperto the FCM rich push podspec and imports it in the sample Notification Service for FCM builds.customerio-reactnative-richpush.podspec):CioFirebaseWrapperusingpackage["cioiOSFirebaseWrapperSdkVersion"].example/ios/NotificationServiceExtension/NotificationService.swift: whenUSE_FCM, addimport CioFirebaseWrapper.Written by Cursor Bugbot for commit 1f52114. This will update automatically on new commits. Configure here.