cordova-plugin-firebase-analytics icon indicating copy to clipboard operation
cordova-plugin-firebase-analytics copied to clipboard

Cordova plugin for Firebase Analytics

Results 16 cordova-plugin-firebase-analytics issues
Sort by recently updated
recently updated
newest added

Hello, I'm currently working on a Cordova project that targets both Android and iOS platforms. I've integrated the _cordova-firebase-plugin-analytics_ to utilize Firebase Analytics for my application. However, due to certain...

…een. Since it's optional, it shouldn't bother the people who don't want to change anything. Yet provides a way for those who want to have a more meaningful class names...

Dear good morning, I am trying to integrate GA4 Analitycs, but I have a problem with google-service.json. Currently, I already have an integrated file that I use for push. My...

FirebaseAnalytics Module Not Found after installing and build project. When deleting the plugin cordova-plugin-firebase-analytics from the project, the project is built normally. I use two plugins in the project: "cordova-plugin-firebase-analytics":...

![Screenshot 2024-02-01 at 1 25 59 PM](https://github.com/chemerisuk/cordova-plugin-firebase-analytics/assets/55401493/3dc2cd18-0724-43d7-a8a5-7790ce80616c) Firebase Core, Firebase Analytics Not Found after installing. Tried updating pods using pods repo update pod install pod install cocapods still not working

I recently upgraded to version 8.0.0. After doing so my IOS builds no longer run. The terminate on start with the following errors: ![image](https://github.com/chemerisuk/cordova-plugin-firebase-analytics/assets/9150262/b63299d0-099d-46ff-b5bf-ae934380b3bc) Have you changed anything with Swift?...

Hi @chemerisuk, we're using your plugin on our cordova app to implement firebase analytics, but we noticed that is missing the **setConsent** method implementation. Will you implement this feature in...

I am logging the custom events (eg: game_over, user_registered etc) using logEvent(). I am getting the status "OK" in the success callback. However, I cannot see the events being logged...

``` Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find platform('com.google.firebase:firebase-bom:30.3.1'). Searched in the following locations: ``` - So in the...

Hi I have created an application based on your plugin, also I am sending google analytics events through this plugin and it works fine I wanted to restrict the events...