NativeScript / firebase

Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
https://docs.nativescript.org/plugins/firebase-core.html
Apache License 2.0
56 stars 49 forks source link

fix(ios): cleaning firebase-messaging-core iOS build warnings #251

Closed gabrielbiga closed 5 months ago

gabrielbiga commented 6 months ago

UNNotificationPresentationOptions.alert is deprecated since iOS 14.0. This commit aims to fix this following the official documentation.

Deprecated Use list and banner instead.

https://developer.apple.com/documentation/usernotifications/unnotificationpresentationoptions/alert

triniwiz commented 5 months ago

Alert should still be used for older APIs not removed

gabrielbiga commented 5 months ago

Hello @triniwiz, good catch. Please take a look again, now its taking care of old platforms and still get rid of the warning.

triniwiz commented 5 months ago

Perfect 👌🏽