step by step implementation of nativescript push notification in nativescript
问题 can anyone give step by step guidence starting from creating a helloworld app then the remaining steps to do push notifications. i have already gone through the below link and failed to achieve that https://github.com/EddyVerbruggen/nativescript-plugin-firebase i have some progress on it, refer below code. http.request({ url: 'https://fcm.googleapis.com/fcm/send', method: "POST", headers: { 'Authorization': 'key=AIzaSyBri16HAa7g2REEy******YFnTDGIlM_1k', 'Content-Type': 'application/json' },