{"id":25766714,"url":"https://github.com/arsh342/firebase_login","last_synced_at":"2026-06-10T03:31:35.682Z","repository":{"id":274323449,"uuid":"922565057","full_name":"arsh342/firebase_login","owner":"arsh342","description":"This is a login template with firebase auth","archived":false,"fork":false,"pushed_at":"2025-01-26T15:06:07.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T16:20:07.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/arsh342.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":"2025-01-26T14:57:05.000Z","updated_at":"2025-01-26T15:06:11.000Z","dependencies_parsed_at":"2025-01-26T16:20:12.366Z","dependency_job_id":"0a02627b-5f41-4358-9461-01b6bdfc69d7","html_url":"https://github.com/arsh342/firebase_login","commit_stats":null,"previous_names":["arsh342/firebase_login"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Ffirebase_login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Ffirebase_login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Ffirebase_login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsh342%2Ffirebase_login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsh342","download_url":"https://codeload.github.com/arsh342/firebase_login/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240947658,"owners_count":19883032,"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":[],"created_at":"2025-02-26T23:17:15.649Z","updated_at":"2025-02-26T23:17:16.395Z","avatar_url":"https://github.com/arsh342.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Login Project with Firebase Authentication\n\nThis project demonstrates a simple login and signup flow implemented using Next.js and Firebase Authentication.\n\n## Features\n- User signup and login using Firebase Authentication\n- Securely manage user sessions with Next.js\n- Fully responsive design\n\n---\n\n## Prerequisites\nBefore you begin, ensure you have the following:\n- Node.js installed (\u003e=16.8.0)\n- Firebase account and a project created\n\n---\n\n## Installation Steps\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/arsh342/firebase_login.git\n   cd firebase_login\n   ```\n\n2. **Install Dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Firebase:**\n   - Go to the [Firebase Console](https://console.firebase.google.com/).\n   - Create a new project.\n   - Enable Authentication under the \"Build \u003e Authentication\" section.\n   - Set up the desired sign-in methods (e.g., Email/Password).\n   - Copy your Firebase config object from \"Project Settings \u003e General \u003e Your apps\".\n\n4. **Add Environment Variables:**\n   - Create a `.env.local` file in the root of the project.\n   - Add the following variables:\n\n     ```env\n     NEXT_PUBLIC_FIREBASE_API_KEY=\u003cyour-firebase-api-key\u003e\n     NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=\u003cyour-firebase-auth-domain\u003e\n     NEXT_PUBLIC_FIREBASE_PROJECT_ID=\u003cyour-firebase-project-id\u003e\n     NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=\u003cyour-firebase-storage-bucket\u003e\n     NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=\u003cyour-firebase-messaging-sender-id\u003e\n     NEXT_PUBLIC_FIREBASE_APP_ID=\u003cyour-firebase-app-id\u003e\n     ```\n\n5. **Run the Application:**\n   ```bash\n   npm run dev\n   ```\n   The app will be available at `http://localhost:3000`.\n\n---\n\n## Project Structure\n```\n.\n├── components     # Reusable React components\n├── pages          # Next.js pages (e.g., login, signup, dashboard)\n├── styles         # Global and component-specific styles\n├── firebase       # Firebase config and initialization\n└── public         # Static assets\n```\n\n---\n\n## Commands\n- `npm run dev`: Start the development server.\n- `npm run build`: Build the project for production.\n- `npm start`: Start the production server.\n\n---\n\n## Notes\n- Ensure all environment variables are added to `.env.local`.\n- Do not commit your `.env.local` file to version control for security purposes.\n\n---\n\n## Support\nIf you encounter any issues, feel free to create an issue in the repository or reach out to the maintainers.\n\n---\n\nHappy coding!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsh342%2Ffirebase_login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsh342%2Ffirebase_login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsh342%2Ffirebase_login/lists"}