titanium-firebase-analytics icon indicating copy to clipboard operation
titanium-firebase-analytics copied to clipboard

Use the Firebase Analytics SDK in Axway Titanium 🚀

Results 8 titanium-firebase-analytics issues
Sort by recently updated
recently updated
newest added

Consent mode for apps was updated Oct 30th 2023 and now contains two additional parameters. It would be useful to be able to set these parameters for EEA users. -...

- Update Firebase iOS to v.10.25.0 - Update Firebase Android Analytics to v.22.0.0 - Added `setConsent(parameters)` method to set up [consent mode](https://developers.google.com/tag-platform/security/guides/app-consent?consentmode=advanced&platform=ios) for apps ```js // Set consents FirebaseAnalytics.setConsent({ analyticsStorage:...

untested ```js FirebaseAnalytics.setConsent({ analyticsStorage: FirebaseAnalytics.GRANTED, adStorage: FirebaseAnalytics.GRANTED, adUserData: FirebaseAnalytics.GRANTED, adPersonalization: FirebaseAnalytics.GRANTED }); ``` [firebase.analytics-android-5.3.0.zip](https://github.com/hansemannn/titanium-firebase-analytics/files/14875360/firebase.analytics-android-5.3.0.zip)

I need to get the appInstanceID on android (like we can for iOS - [doc link](https://github.com/hansemannn/titanium-firebase-analytics#appinstanceid-string-get-ios-only)). Is this possible? Having this value will allow us to send analytics events to...

If you set the strings.xml file like in the tutorial: ` YOUR_FIREBASE_APPLICATION_ID ` You get this error on compile: `[INFO] [GRADLE] > Task :app:mergeDebugResources FAILED [ERROR] [GRADLE] ERROR:[string/google_app_id] /Users/pietrogranati/Documents/Appcelerator_Studio_Workspace/testu/build/android/app/build/generated/res/google-services/debug/values/values.xml [string/google_app_id]...

Android Firebase changes since 21.0.0: 21.1.0: - Improved [session measurement with user ID](https://support.google.com/analytics/answer/9213390). 21.1.1: - Fixed a bug where GoogleTagManager (transitively included from the [Tag Manager SDK](https://developers.google.com/tag-platform/tag-manager/android/v5)) would rapidly retry...

Over the last few months I've started seeing errors when invoking the 'setScreenNameAndScreenClass' methods. I had been using strings with forward slashes in them for several years without issue, but...