{"id":22821974,"url":"https://github.com/eddi3ms/sopha","last_synced_at":"2026-04-07T08:32:10.297Z","repository":{"id":225939181,"uuid":"767184527","full_name":"Eddi3MS/sopha","owner":"Eddi3MS","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-08T21:07:54.000Z","size":107,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T23:41:15.610Z","etag":null,"topics":["firebase","react-hook-form","reactjs","redux-toolkit","shadcn","vite","zod"],"latest_commit_sha":null,"homepage":"https://sopha-eight.vercel.app","language":"TypeScript","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/Eddi3MS.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}},"created_at":"2024-03-04T21:10:19.000Z","updated_at":"2024-05-26T01:18:30.000Z","dependencies_parsed_at":"2024-03-08T22:24:19.915Z","dependency_job_id":null,"html_url":"https://github.com/Eddi3MS/sopha","commit_stats":null,"previous_names":["eddi3ms/sopha"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eddi3MS/sopha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eddi3MS%2Fsopha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eddi3MS%2Fsopha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eddi3MS%2Fsopha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eddi3MS%2Fsopha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eddi3MS","download_url":"https://codeload.github.com/Eddi3MS/sopha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eddi3MS%2Fsopha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["firebase","react-hook-form","reactjs","redux-toolkit","shadcn","vite","zod"],"created_at":"2024-12-12T16:09:59.733Z","updated_at":"2026-04-07T08:32:10.265Z","avatar_url":"https://github.com/Eddi3MS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pra rodar:\n\n## Criar um projeto no firebase, e em configurações adicionar um 'App da Web' \u003c/\u003e , isso te dará as chaves indicadas no .env abaixo\n\n# crie um arquivo .env e inclua suas chaves nesse formato:\n\n```cmd\n\nVITE_URL=\"http://localhost:5173/login\"\nVITE_FB_ApiKEY=***\nVITE_FB_AuthDomain=***\nVITE_FB_ProjectId=***\nVITE_FB_StorageBucket=***\nVITE_FB_MessagingSenderId=***\nVITE_FB_AppId=***\n\n```\n\n## Configurare o Authentication no firebase para aceitar login no formato email/senha:\n![image](https://github.com/Eddi3MS/sopha/assets/75024157/68d0e367-5049-4942-a221-4c7b4b9e16f7)\n\n## src/firebase-config.ts consumindo as variaveis do .env\n```js\n\nimport { initializeApp } from 'firebase/app'\nimport { getAuth } from 'firebase/auth'\n\nconst firebaseConfig = {\n apiKey: import.meta.env.VITE_FB_ApiKEY,\n  authDomain: import.meta.env.VITE_FB_AuthDomain,\n  projectId: import.meta.env.VITE_FB_ProjectId,\n  storageBucket: import.meta.env.VITE_FB_StorageBucket,\n  messagingSenderId: import.meta.env.VITE_FB_MessagingSenderId,\n  appId: import.meta.env.VITE_FB_AppId,\n}\n\nconst app = initializeApp(firebaseConfig)\nexport const auth = getAuth(app)\n\n```\n\n\n\n\n\n\nsó rodar.. ```npm run dev```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddi3ms%2Fsopha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddi3ms%2Fsopha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddi3ms%2Fsopha/lists"}