RNFIRMessaging.h 317 Bytes
Newer Older
Libin Lu's avatar
init  
Libin Lu committed
1 2 3

#import <UIKit/UIKit.h>

4 5
@import Firebase;
@import FirebaseMessaging;
Libin Lu's avatar
init  
Libin Lu committed
6 7 8 9 10

#import "RCTBridgeModule.h"


extern NSString *const FCMNotificationReceived;
Libin Lu's avatar
Libin Lu committed
11
extern NSString *const FCMLocalNotificationReceived;
Libin Lu's avatar
init  
Libin Lu committed
12

13
@interface RNFIRMessaging : NSObject <RCTBridgeModule>
Libin Lu's avatar
init  
Libin Lu committed
14 15 16 17

@property (nonatomic, assign) bool connectedToFCM;

@end