capacitor-community / fcm

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

question: Do we need 'FirebaseCore' & 'Firebase/Messaging' pods? #94

Closed mesqueeb closed 2 years ago

mesqueeb commented 2 years ago

I did a big cleanup of my Capacitor app upgrading to v3.x.

I saw I still have these in my pod file:

image

When it comes just to FCM, should I get rid of them?

stewones commented 2 years ago

no you don't need to put anything extra in your app's podfile in order to use this fcm plugin. see the example app as reference