{"id":25478839,"url":"https://github.com/atiqurcode/quasar-firebase-authentication-boilerplate","last_synced_at":"2025-11-06T12:30:33.245Z","repository":{"id":225649749,"uuid":"766504405","full_name":"AtiqurCode/quasar-firebase-authentication-boilerplate","owner":"AtiqurCode","description":"A firebase authentication application using vuejs and quasar. Where you can set your firbase project details and can use email/password login.","archived":false,"fork":false,"pushed_at":"2024-03-23T17:48:26.000Z","size":8113,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-23T18:59:53.150Z","etag":null,"topics":["firebase","firebase-authentication","quasar-framework","vuejs"],"latest_commit_sha":null,"homepage":"https://quasar-firebase-authentication.netlify.app","language":"Vue","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/AtiqurCode.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}},"created_at":"2024-03-03T13:03:07.000Z","updated_at":"2024-03-23T18:59:53.151Z","dependencies_parsed_at":"2024-03-03T14:25:40.805Z","dependency_job_id":"4faa0361-796d-4846-987d-aab54e2d9f05","html_url":"https://github.com/AtiqurCode/quasar-firebase-authentication-boilerplate","commit_stats":null,"previous_names":["atiqurcode/quasar-firebase-authentication-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtiqurCode%2Fquasar-firebase-authentication-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtiqurCode%2Fquasar-firebase-authentication-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtiqurCode%2Fquasar-firebase-authentication-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtiqurCode%2Fquasar-firebase-authentication-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtiqurCode","download_url":"https://codeload.github.com/AtiqurCode/quasar-firebase-authentication-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239493707,"owners_count":19647995,"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-authentication","quasar-framework","vuejs"],"created_at":"2025-02-18T14:53:50.189Z","updated_at":"2025-11-06T12:30:33.198Z","avatar_url":"https://github.com/AtiqurCode.png","language":"Vue","readme":"# Authentication Login/Register boilerplate using vueJS and firebase database (vuefire)\n\nAn Authentication Login/Register boilerplate using Vuejs and Firebase database (Vuefire).\n\n### Create Firebase project\n\nGo to the: [Firebase Console](https://console.firebase.google.com/)\nCreate a new project and get the Firebase configuration. Here are the instructions on how you can create the project with a screenshot or you may find a blog/tutorial to create any project.\nWhat you need from the project is to get the Firebase config data to config with the project .env file\n\n![Screenshot 1](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-1.png)\n![Screenshot 2](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-2.png)\n![Screenshot 3](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-3.png)\n![Screenshot 4](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-4.png)\n![Screenshot 5](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-5.png)\n![Screenshot 7](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-7.png)\n![Screenshot 8](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-8.png)\n![Screenshot 9](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-9.png)\n![Screenshot 10](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-10.png)\n![Screenshot 11](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-11.png)\n![Screenshot 12](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-12.png)\n![Screenshot 13](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-13.png)\n![Screenshot 14](https://raw.githubusercontent.com/AtiqurCode/quasar-firebase-authentication-boilerplate/master/public/screenshot/firebase-project-create-14.png)\n\n\n### Copy the .env.example file\ncopy the file .env.example file as .env\nor run the command in the project terminal\n\n```\ncp .env.example .env\n```\n\n### Configure your Firebase project to this clone GitHub project\n```\nFIREBASE_API_KEY=''\nFIREBASE_AUTH_DOMAIN=''\nFIREBASE_PROJECT_ID=''\nFIREBASE_STORAGE_BUCKET=''\nFIREBASE_MESSAGING_SENDER_ID=''\nFIREBASE_APP_ID=''\n```\n\nsetup all values in this key to worked with your firebase created project\n\n## Install the dependencies\n\n```bash\nyarn\n# or\nnpm install\n```\n\n### Start the app in development mode (hot-code reloading, error reporting, etc.)\n\n```bash\nquasar dev\n```\n\n### Lint the files\n\n```bash\nyarn lint\n# or\nnpm run lint\n```\n\n### Format the files\n\n```bash\nyarn format\n# or\nnpm run format\n```\n\n### Build the app for production\n\n```bash\nquasar build\n```\n\n### Customize the configuration\n\nSee [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).\n\n\n### Appreciate your contribution if you have time to push any code for this project\nThanks for you time to use this project and also be happier if you could give some time to contribute to making it more functional\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiqurcode%2Fquasar-firebase-authentication-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatiqurcode%2Fquasar-firebase-authentication-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiqurcode%2Fquasar-firebase-authentication-boilerplate/lists"}