capacitor-community / fcm

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

Doco update: sample code has extra unnecessary } #24

Closed Karrlllis closed 4 years ago

Karrlllis commented 4 years ago

Hi @stewwan

Thank you for the plugin!!! Works well with core capicator

In your sample code there are few unnecessary '}' after 1) fcm .unsubscribeFrom 2) fcm .getToken() 3) fcm .deleteInstance()

stewones commented 4 years ago

hey @Karrlllis you're right! can you pr it?

thank you!