During my app review i’ve got the following issues from IOS:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FirebaseCore.framework/FirebaseCore”, which includes FirebaseCore, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting February 12, 2025, if a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: Upcoming third-party SDK requirements - Support - Apple Developer.
And similar messages for: Frameworks/FBLPromises.framework/FBLPromises, Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal, Frameworks/FirebaseInstallations.framework/FirebaseInstallations etc…
I Used the following topic to add push notifications: Push Notifications - Firebase | Capacitor Documentation with “@capacitor/push-notifications”: “^6.0.0” in my package.json