{"id":20668853,"url":"https://github.com/roy7077/authentication-firebase","last_synced_at":"2026-04-12T00:05:28.060Z","repository":{"id":240376262,"uuid":"802457474","full_name":"roy7077/Authentication-Firebase","owner":"roy7077","description":"A modern authentication system using Firebase for backend services, Next.js for server-side rendering and routing, and Tailwind CSS for a sleek UI. Features include email/password authentication, Google Sign-In, user sign-up, login, and logout functionalities.","archived":false,"fork":false,"pushed_at":"2024-05-18T11:44:52.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T13:29:07.986Z","etag":null,"topics":["firebase","firebase-auth","nextjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://authentication-firebase-nine.vercel.app/","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/roy7077.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":"2024-05-18T10:53:15.000Z","updated_at":"2024-10-06T05:55:56.000Z","dependencies_parsed_at":"2024-05-18T12:30:14.519Z","dependency_job_id":"987f0ece-2811-4976-b3d8-212c41274de8","html_url":"https://github.com/roy7077/Authentication-Firebase","commit_stats":null,"previous_names":["roy7077/authentication-firebase"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roy7077%2FAuthentication-Firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roy7077%2FAuthentication-Firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roy7077%2FAuthentication-Firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roy7077%2FAuthentication-Firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roy7077","download_url":"https://codeload.github.com/roy7077/Authentication-Firebase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242873750,"owners_count":20199294,"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":["firebase","firebase-auth","nextjs","tailwindcss"],"created_at":"2024-11-16T20:11:59.680Z","updated_at":"2026-04-12T00:05:28.033Z","avatar_url":"https://github.com/roy7077.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Authentication with Next.js and Tailwind CSS\n\nThis project demonstrates an authentication system built with Firebase, Next.js, and Tailwind CSS. It includes features such as email/password authentication, Google Sign-In, user sign-up, login, and logout functionalities.\n\n## Features\n\n- **Email/Password Authentication**: Users can sign up and log in using their email and password.\n- **Google Sign-In**: Users can authenticate using their Google accounts.\n- **User Sign-Up**: New users can create an account.\n- **User Login**: Returning users can log in.\n- **Logout**: Authenticated users can log out.\n\n## Technologies Used\n\n- **Next.js**: A React framework for server-side rendering and static site generation.\n- **Firebase**: A platform developed by Google for creating mobile and web applications, used here for authentication.\n- **Tailwind CSS**: A utility-first CSS framework for styling the application.\n\n## Getting Started\n\nTo get a local copy of the project up and running, follow these steps.\n\n### Prerequisites\n\n- **Node.js**: Ensure you have Node.js installed. You can download it from [Node.js official website](https://nodejs.org/).\n- **Firebase Project**: Set up a Firebase project and enable Authentication with Email/Password and Google.\n\n### Installation\n\n1. **Clone the repository**\n\n    ```bash\n    git clone https://github.com/your-username/your-repo-name.git\n    cd your-repo-name\n    ```\n\n2. **Install dependencies**\n\n    ```bash\n    npm install\n    ```\n\n3. **Set up Firebase**\n\n    - Create a `.env.local` file in the root of your project and add your Firebase configuration.\n\n    ```env\n    NEXT_PUBLIC_FIREBASE_API_KEY=your-api-key\n    NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-auth-domain\n    NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id\n    NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-storage-bucket\n    NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id\n    NEXT_PUBLIC_FIREBASE_APP_ID=your-app-id\n    ```\n\n### Running the Application\n\nTo run the application in development mode, use the following command:\n\n```bash\nnpm run dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froy7077%2Fauthentication-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froy7077%2Fauthentication-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froy7077%2Fauthentication-firebase/lists"}