{"id":23628653,"url":"https://github.com/sunnycapturer/qt-firebase-client","last_synced_at":"2026-04-10T20:52:22.515Z","repository":{"id":181215304,"uuid":"666395753","full_name":"SunnyCapturer/Qt-Firebase-Client","owner":"SunnyCapturer","description":"Calling the firebase library to implement google analytics using the Qt5 client.","archived":false,"fork":false,"pushed_at":"2023-07-15T09:23:41.000Z","size":215,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T00:46:58.667Z","etag":null,"topics":["analytics","cpp","firebase","google","qt"],"latest_commit_sha":null,"homepage":"","language":"C++","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/SunnyCapturer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-14T12:09:27.000Z","updated_at":"2024-05-31T10:53:19.000Z","dependencies_parsed_at":"2024-05-18T20:15:08.838Z","dependency_job_id":null,"html_url":"https://github.com/SunnyCapturer/Qt-Firebase-Client","commit_stats":null,"previous_names":["xmuli/qt-firebase-client","sunnyscreenshot/qt-firebase-client","sunnycapturer/qt-firebase-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunnyCapturer%2FQt-Firebase-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunnyCapturer%2FQt-Firebase-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunnyCapturer%2FQt-Firebase-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunnyCapturer%2FQt-Firebase-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SunnyCapturer","download_url":"https://codeload.github.com/SunnyCapturer/Qt-Firebase-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239543699,"owners_count":19656415,"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":["analytics","cpp","firebase","google","qt"],"created_at":"2024-12-28T00:47:01.190Z","updated_at":"2025-11-08T01:30:22.395Z","avatar_url":"https://github.com/SunnyCapturer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n\n\n\n使用 Qt5 写一个 QWdiget ，调用  firebase_cpp_sdk 移动端的库，一个使用示范。\n\n\n\n## 简介\n\n1. 下载 [Firebase C++ SDK](https://firebase.google.com/download/cpp?hl=zh-cn)，然后将 SDK 解压缩到方便的位置。\n\n2. 解压后，将 `include`、`libs` 两个文件夹拷贝到 `Qt-Firebase-Client\\tripartite` 下即可\n\n3. 在 main.cpp 中即可编译和与运行\n\n   ```cpp\n   #include \"widget.h\"\n   #include \u003cQApplication\u003e\n   //#include \"analytics.h\"           # 此两种方式，均可找到头文件\n   #include \"firebase/analytics.h\"\n   \n   int main(int argc, char *argv[])\n   {\n       QApplication a(argc, argv);\n       Widget w;\n       w.show();\n       return a.exec();\n   }\n   ```\n\n4. 但本项目中，已将 firebase_cpp sdk 的头文件直接上传，故只用拷贝 `libs`  文件夹即可。\n\n\n\n\n\n\n\n\n\n1. 在创建 [firebase ](https://console.firebase.google.com/?hl=zh-cn) 创建项目\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunnycapturer%2Fqt-firebase-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunnycapturer%2Fqt-firebase-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunnycapturer%2Fqt-firebase-client/lists"}