{"id":24441981,"url":"https://github.com/jpcaparas/firebase-react-ts-app","last_synced_at":"2026-05-03T18:32:21.693Z","repository":{"id":189826175,"uuid":"681116012","full_name":"jpcaparas/firebase-react-ts-app","owner":"jpcaparas","description":"This project integrates Firebase with a React application written in TypeScript. It showcases basic user authentication functionality and a simple note-adding feature for authenticated users.","archived":false,"fork":false,"pushed_at":"2023-08-22T00:24:30.000Z","size":287,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T17:14:07.147Z","etag":null,"topics":["example-project","firebase","react","skeleton","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpcaparas.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}},"created_at":"2023-08-21T09:51:23.000Z","updated_at":"2023-08-21T22:59:51.000Z","dependencies_parsed_at":"2023-08-21T23:56:05.100Z","dependency_job_id":null,"html_url":"https://github.com/jpcaparas/firebase-react-ts-app","commit_stats":null,"previous_names":["jpcaparas/firebase-react-ts-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jpcaparas/firebase-react-ts-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcaparas%2Ffirebase-react-ts-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcaparas%2Ffirebase-react-ts-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcaparas%2Ffirebase-react-ts-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcaparas%2Ffirebase-react-ts-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpcaparas","download_url":"https://codeload.github.com/jpcaparas/firebase-react-ts-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcaparas%2Ffirebase-react-ts-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32579744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["example-project","firebase","react","skeleton","typescript"],"created_at":"2025-01-20T21:43:47.189Z","updated_at":"2026-05-03T18:32:21.677Z","avatar_url":"https://github.com/jpcaparas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase React TypeScript App\n\nThis project integrates Firebase with a React application written in TypeScript. It showcases basic user authentication functionality and a simple note-adding feature for authenticated users.\n\n## Table of Contents\n\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contribution](#contribution)\n- [License](#license)\n\n## Features\n\n- User authentication (Sign Up, Sign In, and Logout).\n- Protection of routes based on authentication status.\n- Adding, viewing and deleting notes (only for authenticated users).\n\n## Prerequisites\n\n- Node.js and npm installed.\n- A Firebase account and a configured Firebase project.\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone git@github.com:jpcaparas/firebase-react-ts-app.git\n```\n\n2. Install the dependencies:\n```bash\ncd firebase-react-ts-app\nnpm install\n```\n\n3. Set up your Firebase environment:\n- Head to Firebase console and create a new project if you haven't already.\n- Copy the Firebase project configuration.\n- Create a `.env` file in the root of the project and paste your configuration as shown:\n\n```env\nREACT_APP_FIREBASE_API_KEY=your-api-key\nREACT_APP_FIREBASE_AUTH_DOMAIN=your-auth-domain\nREACT_APP_FIREBASE_DATABASE_URL=your-database-url\nREACT_APP_FIREBASE_PROJECT_ID=your-project-id\nREACT_APP_FIREBASE_STORAGE_BUCKET=your-storage-bucket\nREACT_APP_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id\nREACT_APP_FIREBASE_APP_ID=your-app-id\n```\n\n**Note:** Ensure that you never commit the `.env` file containing your Firebase credentials.\n\n4. Run the application:\n\n```bash\nnpm start\n```\n\nYour app should now be running on [http://localhost:3000](http://localhost:3000).\n\n## Usage\n\n- Navigate to the Sign Up page to register a new user.\n- Use the Sign In page to authenticate existing users.\n- Once authenticated, users can add notes through the Add Note page.\n- To sign out, navigate to the Logout link.\n\n## Contribution\n\nPull requests are welcome! For major changes, please open an issue first to discuss the proposed changes. Ensure that tests pass and code standards are met before submitting a PR.\n\n## License\n\nThis project is open-source and available under the MIT License. See `LICENSE.md` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcaparas%2Ffirebase-react-ts-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpcaparas%2Ffirebase-react-ts-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcaparas%2Ffirebase-react-ts-app/lists"}