{"id":22772635,"url":"https://github.com/gimchuang/com.gm.unity-firebase-tool","last_synced_at":"2026-05-08T13:02:54.242Z","repository":{"id":116766171,"uuid":"276849591","full_name":"GimChuang/com.gm.unity-firebase-tool","owner":"GimChuang","description":"Tools for calling Firebase Firestore REST API with UnityWebRequest. 🔥","archived":false,"fork":false,"pushed_at":"2021-08-03T12:14:14.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T23:05:30.702Z","etag":null,"topics":["database","firestore","rest-api","unity","unity-firebase","unitywebrequest"],"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/GimChuang.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":"2020-07-03T08:33:43.000Z","updated_at":"2024-04-16T14:58:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ac27bb2-a7f6-472e-8da9-7c8369ea3b2e","html_url":"https://github.com/GimChuang/com.gm.unity-firebase-tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GimChuang/com.gm.unity-firebase-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GimChuang%2Fcom.gm.unity-firebase-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GimChuang%2Fcom.gm.unity-firebase-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GimChuang%2Fcom.gm.unity-firebase-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GimChuang%2Fcom.gm.unity-firebase-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GimChuang","download_url":"https://codeload.github.com/GimChuang/com.gm.unity-firebase-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GimChuang%2Fcom.gm.unity-firebase-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["database","firestore","rest-api","unity","unity-firebase","unitywebrequest"],"created_at":"2024-12-11T17:09:11.866Z","updated_at":"2026-05-08T13:02:54.203Z","avatar_url":"https://github.com/GimChuang.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Firebase Tool 🔥\n\nTools for calling Firebase Firestore REST API with UnityWebRequest.\n\n\n### Upadtes💥 OK so the official Firebase Unity SDK seems to finally support Firestore (beta). You may want to [check it out](https://github.com/firebase/quickstart-unity/issues/381#issuecomment-595845307).\n---\n\nI started this project because I need to use [Firestore](https://firebase.google.com/docs/firestore) as my database but the official Firebase Unity SDK only supports [Realtime Database](https://firebase.google.com/docs/database).\nThis tool currently provides very basic functions to create a [document](https://firebase.google.com/docs/firestore/data-model#documents) and retrieve a specific document or all documents in a [collection](https://firebase.google.com/docs/firestore/data-model#collections). The functions are just calling Firestore REST API with UnityWebRequest internally.\n\n\nHow to Install with Unity's Package Manager\n---\nIn the `dependencies` section of your 'manifest.json', add\n```\n\"com.gm.unity-firebase-tool\": \"https://github.com/GimChuang/com.gm.unity-firebase-tool.git\"\n```\n(don't forget to add a comma if you need one)\n\n\nNote\n---\nYou'll need to add a `Resources` folder, a `Resources/Secret` folder, and a `FSSecret.json` file to run the test scenes.\n```\nAssets\n  ├ Resources\n  | ├ Secret\n  | | ├ FSSecret.json\n```\nAnd the `FSSecret.json` should be like\n```\n{\n\t\"baseUrl\": \"https://firestore.googleapis.com/v1/projects/\u003cyour-firebase-project-id\u003e/databases/(default)/documents\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimchuang%2Fcom.gm.unity-firebase-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgimchuang%2Fcom.gm.unity-firebase-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimchuang%2Fcom.gm.unity-firebase-tool/lists"}