capacitor-community / fcm

Enable Firebase Cloud Messaging for Capacitor apps
https://capacitor.ionicframework.com/docs/
MIT License
237 stars 83 forks source link

Upgrade to cap v3 #76

Closed hemangsk closed 3 years ago

hemangsk commented 3 years ago

Hi. This PR has some basic setup for v3 porting. Right now it is installable in a capacitor v3 project, but still need to test it and I'm not sure if everything works as expected (need to create a test firebase project). Please feel free to try it out :)

// rest remains unchanged FCM.setAutoInit({ enabled: true });