cordova-plugin-fcm-with-dependecy-updated
Version:
Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated
14 lines (11 loc) • 427 B
text/typescript
export type { IChannelConfiguration } from './IChannelConfiguration'
export type { IRequestPushPermissionOptions } from './IRequestPushPermissionOptions'
export type { INotificationPayload } from './INotificationPayload'
export type { IDisposable } from './IDisposable'
import { FCMPlugin } from './FCMPlugin'
interface Window {
FCM: FCMPlugin
}
export const FCM = new FCMPlugin()
export { FCMPlugin }
export default FCM