{"id":21903876,"url":"https://github.com/hansemannn/titanium-firebase-performance","last_synced_at":"2025-04-15T20:45:01.779Z","repository":{"id":26186719,"uuid":"107604646","full_name":"hansemannn/titanium-firebase-performance","owner":"hansemannn","description":"Use the Firebase Performance SDK in Axway Titanium 🚀","archived":false,"fork":false,"pushed_at":"2024-05-13T15:21:30.000Z","size":15879,"stargazers_count":8,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T01:12:15.664Z","etag":null,"topics":["appcelerator","axway","firebase","firebase-performance","javascript","native","titanium"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hansemannn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hansemannn","m1ga"]}},"created_at":"2017-10-19T22:21:40.000Z","updated_at":"2023-01-20T19:40:39.000Z","dependencies_parsed_at":"2023-02-12T04:45:42.541Z","dependency_job_id":null,"html_url":"https://github.com/hansemannn/titanium-firebase-performance","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-performance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-performance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-performance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-firebase-performance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansemannn","download_url":"https://codeload.github.com/hansemannn/titanium-firebase-performance/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249152458,"owners_count":21221250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appcelerator","axway","firebase","firebase-performance","javascript","native","titanium"],"created_at":"2024-11-28T15:29:53.754Z","updated_at":"2025-04-15T20:45:01.748Z","avatar_url":"https://github.com/hansemannn.png","language":"Objective-C","funding_links":["https://github.com/sponsors/hansemannn","https://github.com/sponsors/m1ga"],"categories":[],"sub_categories":[],"readme":"# Firebase Performance - Titanium Module\nUse the native Firebase SDK in Axway Titanium. This repository is part of the [Titanium Firebase](https://github.com/hansemannn/titanium-firebase) project.\n\n## Supporting this effort\n\nThe whole Firebase support in Titanium is developed and maintained by the community (`@hansemannn` and `@m1ga`). To keep\nthis project maintained and be able to use the latest Firebase SDK's, please see the \"Sponsor\" button of this repository,\nthank you!\n\n## Requirements\n- [x] The [Firebase Core](https://github.com/hansemannn/titanium-firebase-core) module (iOS only)\n- [x] iOS: Titanium SDK 6.3.0+\n- [x] Android: Titanium SDK 7.0.0+\n\n## Download\n- [x] [Stable release](https://github.com/hansemannn/titanium-firebase-performance/releases)\n- [x] [![gitTio](http://hans-knoechel.de/shields/shield-gittio.svg)](http://gitt.io/component/firebase.performance)\n\n## API's\n\n### `FirebasePerformance`\n\n#### Methods\n\n##### `startTrace(name)`\n  - `name` (String)\n\n##### `incrementCounter(message, counter, increment)`\n  - `name` (String)\n  - `counter` (String)\n  - `increment` (Number, optional)\n\n##### `stopTrace(name)`\n  - `name` (String)\n\n#### Properties\n\n##### `dataCollectionEnabled` (Boolean, get/set, iOS-only)\n\n#### `allTraces` ([String], iOS-only)\n\n## Example\n```js\n// Require the Firebase Performance module\nvar FirebasePerformance = require('firebase.performance');\n\n// Start the named trace\nFirebasePerformance.startTrace('trace_name');\n\n// Increment the counter value\nFirebasePerformance.incrementCounter('trace_name', 'counter_name', 1); // Trace name, counter name, increment (optional)\n\n// Stop the named trace\nFirebasePerformance.stopTrace('trace_name');\n\n/// -- iOS-only, remove for Android for now --\n\n// Manually disable data collection (enabled by default)\nFirebasePerformance.dataCollectionEnabled = false;\n\n// Returns all trace-names\nTi.API.log(FirebasePerformance.allTraces);\n```\n\n## Build\n\n### iOS\n```js\ncd ios\nappc ti build -p ios --build-only\n```\n\n### Android\n```js\ncd android\nappc ti build -p android --build-only\n```\n\n## Legal\n\nThis module is Copyright (c) 2017-present by Hans Knöchel. All Rights Reserved.\nUsage of this module is subject to the Terms of Service agreement with Appcelerator, Inc.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-firebase-performance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansemannn%2Ftitanium-firebase-performance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-firebase-performance/lists"}