The cordova-version of the plugin does not work with capacitor because the implementation relies on extending AppDelegate (there are probably more issues but that was the first show-stopper I encountered).
I've seen that the Messaging (push-notification) part is handled in another issue (#380 ), so I will limit this one to the remaining functionality:
At least for our apps (and most probably other enterprise apps) Analytics and RemoteConfig are two very essential parts and it would be nice to see them integrated along with the push-notifaction plugin.
Issues tagged with plugin request are closed but tracked for reactions to gauge interest.
If you are interested in this plugin, add the thumbs up emoji (+1) reaction on the issue so we can sort them based on it.
I was looking for a solution and did this, I can now track Analytics in Firebase.
I'm using the Firebase Analytics plugin.
import FirebaseCore
import FirebaseAnalytics
import FirebaseInstanceID
And this for FirebaseAnalyticsPlugin.m file (inside Pods):
@import FirebaseCore;
@import FirebaseAnalytics;
@import FirebaseInstanceID;
FirebaseApp.configure() to didFinishLaunchingWithOptionsNow it's working :)
Hi, is there any update on this? I can't seem to get the above working. It still says 'module "Firebase"' or "module 'FirebaseCore'" not found.
Just released this for analytics, for those who are struggled
馃憢
We now have a repo for Capacitor Community proposals.
This request has been moved to https://github.com/capacitor-community/proposals/issues/21. Please 馃憤 the issue if you'd like to see this plugin for Capacitor!
Thanks!
Ionitron 馃挋
Most helpful comment
Issues tagged with plugin request are closed but tracked for reactions to gauge interest.
If you are interested in this plugin, add the thumbs up emoji (+1) reaction on the issue so we can sort them based on it.