{"id":30624734,"url":"https://github.com/alsami/firebase-auth-selfhost-issue-repro","last_synced_at":"2026-02-11T13:33:24.906Z","repository":{"id":307093117,"uuid":"1028302481","full_name":"alsami/firebase-auth-selfhost-issue-repro","owner":"alsami","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-29T14:07:58.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T17:24:46.445Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/alsami.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,"zenodo":null}},"created_at":"2025-07-29T10:25:42.000Z","updated_at":"2025-07-29T14:08:02.000Z","dependencies_parsed_at":"2025-07-29T12:47:04.702Z","dependency_job_id":"65f6fd14-463a-4010-9a7f-930e50007583","html_url":"https://github.com/alsami/firebase-auth-selfhost-issue-repro","commit_stats":null,"previous_names":["alsami/firebase-auth-selfhost-issue-repro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alsami/firebase-auth-selfhost-issue-repro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsami%2Ffirebase-auth-selfhost-issue-repro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsami%2Ffirebase-auth-selfhost-issue-repro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsami%2Ffirebase-auth-selfhost-issue-repro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsami%2Ffirebase-auth-selfhost-issue-repro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alsami","download_url":"https://codeload.github.com/alsami/firebase-auth-selfhost-issue-repro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alsami%2Ffirebase-auth-selfhost-issue-repro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-08-30T17:18:54.811Z","updated_at":"2026-02-11T13:33:24.888Z","avatar_url":"https://github.com/alsami.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steps to reproduce\n\n## Download your firebase auth files\n\nDownload the following files into src/__/auth\n\n- wget https://ADD-PROJECT-ID-HERE.firebaseapp.com/__/auth/handler\n- wget https://ADD-PROJECT-ID-HERE.firebaseapp.com/__/auth/handler.js\n- wget https://ADD-PROJECT-ID-HERE.firebaseapp.com/__/auth/experiments.js\n- wget https://ADD-PROJECT-ID-HERE.firebaseapp.com/__/auth/iframe\n- wget https://ADD-PROJECT-ID-HERE.firebaseapp.com/__/auth/iframe.js\n\nFor more details [check out this link](https://firebase.google.com/docs/auth/web/redirect-best-practices#:~:text=The%20signInWithRedirect%20flow%20starts%20by,back%20to%20the%20app%20domain.).\n\n## Fill out values for firebase config in environment.ts\n\n```typescript\nexport const environment = {\n  firebase: {\n    projectId: '\u003cyour-project-id\u003e',\n    appId: '\u003cyour-app-id\u003e',\n    storageBucket: '\u003cyour-storage-bucket\u003e',\n    apiKey: '\u003cyour-api-key\u003e',\n    authDomain: 'localhost:4200',\n    messagingSenderId: '\u003cyour-message-sender-id\u003e',\n  },\n};\n```\n\n## Run the application\n\nRun `ng serve --ssl` and navigate to https://localhost:4200. You should see the following error:\n\n![img](error.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falsami%2Ffirebase-auth-selfhost-issue-repro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falsami%2Ffirebase-auth-selfhost-issue-repro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falsami%2Ffirebase-auth-selfhost-issue-repro/lists"}