@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
45 lines (40 loc) • 1.2 kB
text/typescript
/*
* Copyright (c) 2016-present Invertase Limited & Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this library except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
// Export types from types/messaging
export type {
Messaging,
RemoteMessage,
MessagePriority,
FcmOptions,
NativeTokenOptions,
GetTokenOptions,
Notification,
NotificationIOSCriticalSound,
IOSPermissions,
SendErrorEvent,
FirebaseMessagingTypes,
} from './types/messaging';
export {
AuthorizationStatus,
NotificationAndroidPriority,
NotificationAndroidVisibility,
} from './statics';
// Export modular API functions
export * from './modular';
// Export namespaced API
export * from './namespaced';
export { default } from './namespaced';