Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24441] Firebase analytics integration

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusClosed
ResolutionDone
Resolution Date2018-04-17T13:28:24.000+0000
Affected Version/sRelease 6.0.1
Fix Version/sn/a
ComponentsAndroid, iOS
Labelsn/a
Reporter Ricardo Ramirez
AssigneeHans Knöchel
Created2017-02-28T22:26:44.000+0000
Updated2018-08-06T17:34:49.000+0000

Description

Issue Description

Customer need Firebase to track custom events, more specific with the method "logEventWithName". The final goal is to link it up with Google Tag Manager.

Comments

  1. Hans Knöchel 2017-03-01

    External libraries are not part of the SDK. There is an open source module for iOS and Android to use the Firebase SDK in Titanium: https://github.com/chrisribe/ti-firebase. Example usage for this use-case:
       var Firebase = require("ti.firebase");
       Firebase.configure();
       
       Firebase.FIRAnalytics.logEventWithName({
           name: 'xyz',
           parameters: {
               VALUE: 0.99,
               CURRENCY: 'EUR'
           }
       });
       
  2. Ricardo Ramirez 2017-03-02

    Thanks Hans !
  3. Hans Knöchel 2018-04-17

    Resolving ticket as Done, since we have full [Firebase support](https://github.com/hansemannn/titanium-firebase) since a while.
  4. Eric Merriman 2018-08-06

    Closed as completed. If this is in error, please reopen.

JSON Source