{"id":19748332,"url":"https://github.com/drmoriarty/godot-firebase-analytics","last_synced_at":"2025-08-26T14:27:39.465Z","repository":{"id":41344098,"uuid":"244979222","full_name":"DrMoriarty/godot-firebase-analytics","owner":"DrMoriarty","description":"Firebase Analytics plugin for Godot engine","archived":false,"fork":false,"pushed_at":"2021-07-23T06:02:26.000Z","size":78,"stargazers_count":20,"open_issues_count":10,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-30T08:50:14.884Z","etag":null,"topics":["firebase","firebase-analytics","godot","godot-addon","godot-engine","godot-module","godot-plugin","godot3","godotengine","nativelib"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrMoriarty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-04T18:52:37.000Z","updated_at":"2024-10-29T00:27:32.000Z","dependencies_parsed_at":"2022-07-12T18:18:08.914Z","dependency_job_id":null,"html_url":"https://github.com/DrMoriarty/godot-firebase-analytics","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/DrMoriarty/godot-firebase-analytics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrMoriarty%2Fgodot-firebase-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrMoriarty%2Fgodot-firebase-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrMoriarty%2Fgodot-firebase-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrMoriarty%2Fgodot-firebase-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrMoriarty","download_url":"https://codeload.github.com/DrMoriarty/godot-firebase-analytics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrMoriarty%2Fgodot-firebase-analytics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272228990,"owners_count":24895902,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["firebase","firebase-analytics","godot","godot-addon","godot-engine","godot-module","godot-plugin","godot3","godotengine","nativelib"],"created_at":"2024-11-12T02:21:16.039Z","updated_at":"2025-08-26T14:27:39.425Z","avatar_url":"https://github.com/DrMoriarty.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Analytics plugin for godot engine\n\nUse [NativeLib Addon](https://github.com/DrMoriarty/nativelib) or [NativeLib-CLI](https://github.com/DrMoriarty/nativelib-cli) for installation.\n\nIt supports Android and iOS.\nDon't forget to enable Android and/or iOS platform in NativeLib before installing this plugin.\n\n## For iOS\n\nEnsure that plugin `NativeLib-Export` installed and enabled\n\nAdd `GoogleService-Info.plist` in `addons/nativelib-export/iOS` (you could download it from the firebase console where you manage platforms of your project)\n\n## For Android\n\nYou should put `google-services.json` into `android/build` folder.\n\nThe `google-services.json` you could download from your firebase console where you manage platforms of your project.\n\n# Usage\n\nThe plugin's script will be automatically added to your autoloading list. So you will get global object `fba` with methods described below.\n\n# API\n\n## screen(name: String, screen_class: String)\n\nInform that user open this screen.\n\n## setUserId(id: String)\n\nSet custom user id\n\n## logEvent(event: String, params: Dictionary = {})\n\nLog specific event in you application. Params is optional.\n\n## userProperties(props: Dictionary)\n\nSet user properties. Firebase will store the last value for every property.\n\n## start_checkout(item_id: String, item_name: String, item_category: String, price: float, currency: String = 'USD')\n\nInform that user starts purchasing in your app.\n\n## revenue(price: float, quantity: int, product: String, currency: String = 'USD', signature: String = '', receipt: String = '')\n\nInform that user finished purchasing. Optionally you could provide signature and receipt for purchase verification.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrmoriarty%2Fgodot-firebase-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrmoriarty%2Fgodot-firebase-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrmoriarty%2Fgodot-firebase-analytics/lists"}