question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migration from push-plugin to plugin-firebase

See original GitHub issue

Previously I used nativescript-push-plugin to handle push notifications in iOS. On my server I used https://github.com/node-apn/node-apn to send notification to iOS devices. nativescript-push-plugin works very well. But since the NS team deprecated it and they have a migration guide for push-plugin to plugin-firebase, so I tried to implement it. I did some testing but I didn’t receive any push notifications. 😦 Does node-apn and ns-plugin-firebase is compatible?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jannomeistercommented, Jan 31, 2019

@EddyVerbruggen its because of the damn delegate! thank you so much!! you’re a lifesaver 😃

1reaction
EddyVerbruggencommented, Jan 31, 2019

Two things:

Read more comments on GitHub >

github_iconTop Results From Across the Web

push-plugin/MIGRATE-TO-FIREBASE.md at master - GitHub
Migration guide push-plugin -> Firebase plugin · 1. Add the plugin to your app · 2. Setup · 3. Initialization prerequisite · 4....
Read more >
Migrating to the supported Firebase-based mobile plugins
This document provides guidance on how to migrate from older unsupported Firebase-based plugins (namely Firebase Mobile), to the newer and ...
Read more >
Upgrade from version 8 to the modular Web SDK - Firebase
Apps currently using Firebase Web SDK version 8 or earlier should consider migrating to version 9 using the instructions in this guide.
Read more >
Migration Guide | FlutterFire
Update the Firebase plugins you use in your project to versions that are compatible with the new firebase_core plugin. Edit the plugin versions...
Read more >
flutter - Migrating Push notification from firebase_messaging 6 ...
createNotificationChannel(channel); //for firebase plugin and messaging required await FirebaseMessaging.instance.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found