UNPKG

@react-native-firebase/messaging

Version:

React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging

6 lines 476 B
export type { Messaging, RemoteMessage, MessagePriority, FcmOptions, NativeTokenOptions, GetTokenOptions, Notification, NotificationIOSCriticalSound, IOSPermissions, SendErrorEvent, FirebaseMessagingTypes, } from './types/messaging'; export { AuthorizationStatus, NotificationAndroidPriority, NotificationAndroidVisibility, } from './statics'; export * from './modular'; export * from './namespaced'; export { default } from './namespaced'; //# sourceMappingURL=index.d.ts.map