{"id":16095655,"url":"https://github.com/rigwild/firebase-geo-proxy","last_synced_at":"2026-04-26T23:31:31.212Z","repository":{"id":115713129,"uuid":"440664731","full_name":"rigwild/firebase-geo-proxy","owner":"rigwild","description":"Quick and simple MITM proxy to let end users bypass Firebase geo restrictions by serving requests for them","archived":false,"fork":false,"pushed_at":"2021-12-21T22:21:47.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T20:14:14.786Z","etag":null,"topics":["bypass","bypass-geoblocks","firebase","firebase-realtime-database","geo-restriction","mitm","proxy-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rigwild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-12-21T22:18:27.000Z","updated_at":"2022-03-06T17:23:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"20832aa3-45ac-40d1-bc4e-ae2ca0f4466d","html_url":"https://github.com/rigwild/firebase-geo-proxy","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"e6a6373e379e49f30bb6e33d2b551a43d8bbcdc6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rigwild/firebase-geo-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Ffirebase-geo-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Ffirebase-geo-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Ffirebase-geo-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Ffirebase-geo-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rigwild","download_url":"https://codeload.github.com/rigwild/firebase-geo-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Ffirebase-geo-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: 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":["bypass","bypass-geoblocks","firebase","firebase-realtime-database","geo-restriction","mitm","proxy-server"],"created_at":"2024-10-09T17:07:30.782Z","updated_at":"2026-04-26T23:31:31.191Z","avatar_url":"https://github.com/rigwild.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Geo Proxy\n\nQuick and simple MITM proxy to let end users bypass Firebase geo restrictions by serving requests for them.\n\nWill MITM your JavaScript file to:\n\n- Rewrite Firebase Realtime Database requests to this proxy server's URI (at `https://this-proxy.my-website.dev/firebase-proxy/https://firebase-stuff.firebase.io`)\n- Prevent the Firebase Websocket connection from opening\n\nAll the requests to Firebase are then intercepted, replayed from the server then the result is sent back to the client, its IP never reaching Google Firebase (full HTTP MITM).\n\nThis only works for Firebase Realtime Database to fit my personal use case. Adding Firebase Firestore support should be quite easy to add if you need it.\n\n## Install\n\n```\npnpm i\n```\n\n## Run\n\nAvailable environment variables:\n\n| Variable            | Description                                                                        | Example                                  |\n| ------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------- |\n| `SERVER_PORT`       | Server port, default is 3000                                                       | `3000`                                   |\n| `REMOTE_URI_PREFIX` | App to proxy requests from                                                         | `https://my-website.dev`                 |\n| `FIREBASE_RTDB_ID`  | Firebase Realtime Database ID                                                      | `my-firebase-project-cc048-default-rtdb` |\n| `TRUST_PROXY`       | Should the server trust the proxy? (client IP will never be forwarded to Firebase) | `1`                                      |\n\n```\npnpm start\n```\n\n## License\n\n[GNU Affero General Public License v3.0](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigwild%2Ffirebase-geo-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frigwild%2Ffirebase-geo-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigwild%2Ffirebase-geo-proxy/lists"}