Migration from push-plugin to plugin-firebase
See original GitHub issuePreviously 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:
- Created 5 years ago
- Comments:12 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@EddyVerbruggen its because of the damn delegate! thank you so much!! you’re a lifesaver 😃
Two things:
build.xcconfig
is correct. This may be the case, I did not run your app nor did I check the config in Xcode