Aishwary Raj

Results 3 comments of Aishwary Raj

@saivyas are you using firebase-admin to send remote notification ? If Yes, you can send the following payload. const payload = { "notification": { "title": "title", "body": "message", "click_action": "fcm.ACTION.HELLO",...

@goshakkk , @bhaumikdesai91 Any update on this ?

@vipzz from react-native 60 onwards, either you do manual linking and add React to project's dependency or we should update the library to use podspec. So it can get the...