capacitor-community / fcm

Enable Firebase Cloud Messaging for Capacitor apps

Home Page:https://capacitor.ionicframework.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mesqueeb opened this issue · comments

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?

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