Feature request: add cordova-plugin-firebase functionality
See original GitHub issueThe 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:
- Analytics
- RemoteConfig
- Auth
- Crash
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.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:44
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Cloud Functions for Firebase - Google
Integrate across Firebase features using the Admin SDK together with Cloud Functions, and integrate with third-party services by writing your own webhooks.
Read more >cordova-plugin-firebase-messaging - npm package - Snyk
We found that cordova-plugin-firebase-messaging demonstrates a positive version release cadence with at least one new version released in the past 3 months. As ......
Read more >[Firebase Mobile Sample] Error installing cordova-plugin ...
We are facing below while generating .apk and .ipa file. [2020-02-06T09:33:41.314Z] [INFO] Start processing job request...
Read more >How to use Firebase with Ionic 4 - Complete guide for beginners
... in your Ionic 4 app. Learn various Ionic 4 plugins for different Firebase features. ... ionic cordova plugin add cordova-plugin-firebase-analytics
Read more >Configuring cordova-plugin-firebase - Stack Overflow
Firebase SDK requires the configuration files to be present and valid, otherwise your app will crash on boot or Firebase features won't work....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
And this for FirebaseAnalyticsPlugin.m file (inside Pods):
FirebaseApp.configure()
to didFinishLaunchingWithOptionsNow it’s working 😃