{"id":21179796,"url":"https://github.com/jvcjunior/login-react-redux","last_synced_at":"2025-07-09T23:31:53.330Z","repository":{"id":97131095,"uuid":"78966190","full_name":"jvcjunior/login-react-redux","owner":"jvcjunior","description":"Login page with React + Redux + Firebase","archived":false,"fork":false,"pushed_at":"2017-01-20T00:24:13.000Z","size":34,"stargazers_count":41,"open_issues_count":0,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-05T08:25:19.510Z","etag":null,"topics":["babel","karma","redux-thunk","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/jvcjunior.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":"2017-01-14T20:56:59.000Z","updated_at":"2024-10-31T10:33:05.000Z","dependencies_parsed_at":"2023-05-04T16:35:30.324Z","dependency_job_id":null,"html_url":"https://github.com/jvcjunior/login-react-redux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jvcjunior/login-react-redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvcjunior%2Flogin-react-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvcjunior%2Flogin-react-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvcjunior%2Flogin-react-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvcjunior%2Flogin-react-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvcjunior","download_url":"https://codeload.github.com/jvcjunior/login-react-redux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvcjunior%2Flogin-react-redux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505239,"owners_count":23618909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["babel","karma","redux-thunk","webpack"],"created_at":"2024-11-20T17:34:16.679Z","updated_at":"2025-07-09T23:31:53.316Z","avatar_url":"https://github.com/jvcjunior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Login app with React, Redux, and Firebase\nFirebase Login is a simple, easy-to-use authentication service built on top of Firebase Login, allowing you to authenticate users without any server-side code.\n\nFirebase Login offers several types of authentication: email/password, and third-party integration with Facebook, GitHub, Google, and Twitter. \nIt allows you to authenticate your users without having to manually store authentication credentials or run a server.\n\nThis app was built with React, Redux, and Firebase.\n\n# Demo\n\nTry the demo at https://login-react-redux.firebaseapp.com. \n\n## Stack\n\n- React\n- React-Hot-Loader `3.0.0-beta.5`\n- React-Redux\n- React-Router\n- React-Router-Redux\n- Redux\n- Redux-Thunk\n- Firebase SDK 3 with OAuth authentication\n- Babel\n- Immutable\n- Reselect\n- SASS\n- Webpack\n\n\nQuick Start\n-----------\n\n```shell\n$ git clone https://github.com/jvcjunior/login-react-redux\n$ cd reminder-react-redux\n$ npm install\n$ npm start\n```\n\nNPM Commands\n------------\n\n|Script|Description|\n|---|---|\n|npm start|Start webpack development server @ **localhost:3000**|\n|npm test|Run unit tests with Karma and Jasmine|\n|npm run test:watch|Run unit tests with Karma and Jasmine; watch for changes to re-run tests|\n\n\n## Deploying to Firebase\n#### Prerequisites:\n- Create a free Firebase account at https://firebase.google.com\n- Create a project from your [Firebase account console](https://console.firebase.google.com)\n- Configure the authentication providers for your Firebase project from your Firebase account console\n\n#### Configure this app with your project-specific details:\n```javascript\n// .firebaserc\n\n{\n  \"projects\": {\n    \"default\": \"your-project-id\"\n  }\n}\n```\n```javascript\n// src/core/firebase/config.js\n\nexport const firebaseConfig = {\n  apiKey: 'your api key',\n  authDomain: 'your-project-id.firebaseapp.com',\n  databaseURL: 'https://your-project-id.firebaseio.com',\n  storageBucket: 'your-project-id.appspot.com'\n};\n```\n\n#### Install firebase-tools:\n```shell\n$ npm install -g firebase-tools\n```\n\n#### Build and deploy the app:\n```shell\n$ npm run build\n$ firebase login\n$ firebase use default\n$ firebase deploy\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvcjunior%2Flogin-react-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvcjunior%2Flogin-react-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvcjunior%2Flogin-react-redux/lists"}