{"id":21507872,"url":"https://github.com/learncodingeasy/firebase-auth","last_synced_at":"2025-10-10T18:47:10.896Z","repository":{"id":137977897,"uuid":"532442261","full_name":"LearnCodingEasy/Firebase-Auth","owner":"LearnCodingEasy","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-05T00:40:25.000Z","size":983,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T00:38:12.286Z","etag":null,"topics":[],"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/LearnCodingEasy.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":"2022-09-04T04:57:14.000Z","updated_at":"2022-09-04T05:20:13.000Z","dependencies_parsed_at":"2023-07-17T01:22:05.554Z","dependency_job_id":null,"html_url":"https://github.com/LearnCodingEasy/Firebase-Auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FFirebase-Auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FFirebase-Auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FFirebase-Auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FFirebase-Auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LearnCodingEasy","download_url":"https://codeload.github.com/LearnCodingEasy/Firebase-Auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244054180,"owners_count":20390512,"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":"2024-11-23T20:40:41.362Z","updated_at":"2025-10-10T18:47:05.852Z","avatar_url":"https://github.com/LearnCodingEasy.png","language":"JavaScript","readme":"# Firebase-Auth\n\n## Go To project Name\n\n\u003e cd projectName\n\n### Create\n\n- Src \u003e\n  - index.js\n- Dist \u003e\n  - index.html\n\n## Work With Webpack\n\n#### Project Start\n\n```text\nnpm init -y\n```\n\n**This Is Create File Package.json**\n\n#### Install Webpack \u0026 Webpack-Cli\n\n```text\nnpm i webpack webpack-cli -D\n```\n\n**This Is Create Folder node_modules**\n\n#### Create a File Named Webpack.Config.Js\n\n```text\nWebpack.Config.Js\n```\n\n#### Inside File Webpack.Config.Js\n  \n```text\nconst path = require(\"path\");\n\nmodule.exports = {\n  entry: \"./src/index.js\",\n  output: {\n    path: path.resolve(__dirname, \"dist/js\"),\n    filename: \"script.js\",\n  },\n  devtool: \"eval-source-map\",\n  watch: true,\n};\n\n```\n\n#### Run Webpack inside file Package.Json  In To Scripts command\n\n```text\n\"build\": \"webpack --mode=development\"\n```\n\n#### Run Project\n\n```text\nnpm run build\n```\n\n#### Watch Video\n\n[Youtube Pages](https://www.youtube.com/watch?v=vDuXmQPcSL0\u0026feature=emb_imp_woyt)\n\n\n## Adding materialize\n```text\n\u003c!-- Compiled and minified CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css\"\u003e\n```\n```text\n\u003c!-- Compiled and minified JavaScript --\u003e\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js\"\u003e\u003c/script\u003e\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearncodingeasy%2Ffirebase-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearncodingeasy%2Ffirebase-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearncodingeasy%2Ffirebase-auth/lists"}