{"id":21044596,"url":"https://github.com/tripflex/vue-firebase-anon-convert","last_synced_at":"2026-03-14T22:11:54.028Z","repository":{"id":147531891,"uuid":"160394626","full_name":"tripflex/vue-firebase-anon-convert","owner":"tripflex","description":"Vue.js and Firebase/Firestore Anonymous User Account convert with User Profile collection data","archived":false,"fork":false,"pushed_at":"2018-12-04T18:21:35.000Z","size":60,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T17:47:57.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://authdemo-vue.firebaseapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tripflex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2018-12-04T17:28:55.000Z","updated_at":"2020-10-04T03:38:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c5d2247-674d-4a15-801f-e0e0b1af0350","html_url":"https://github.com/tripflex/vue-firebase-anon-convert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tripflex/vue-firebase-anon-convert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fvue-firebase-anon-convert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fvue-firebase-anon-convert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fvue-firebase-anon-convert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fvue-firebase-anon-convert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tripflex","download_url":"https://codeload.github.com/tripflex/vue-firebase-anon-convert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fvue-firebase-anon-convert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30519335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-14T19:51:21.629Z","status":"ssl_error","status_checked_at":"2026-03-14T19:51:12.959Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-19T14:17:40.781Z","updated_at":"2026-03-14T22:11:54.023Z","avatar_url":"https://github.com/tripflex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Firebase Anonymous Accounts\nThis is a demo of converting Anonymous firebase user accounts to full accounts, made possible using boilerplate from the awesome [https://github.com/sayhicoelho/vue-firebase](https://github.com/sayhicoelho/vue-firebase)\n\n## Demo\n[https://authdemo-vue.firebaseapp.com](https://authdemo-vue.firebaseapp.com)\n\n## Sandbox Editor\nhttps://codesandbox.io/s/github/tripflex/vue-firebase-anon-convert\n\n## Changes\n\n### Anonymous Account Login\n[/src/views/auth/Login.vue#L105](https://github.com/tripflex/vue-firebase-anon-convert/blob/master/src/views/auth/Login.vue#L105)\n\n### Anonymous Account Convert\n[/src/views/auth/SignUp.vue#L149](https://github.com/tripflex/vue-firebase-anon-convert/blob/master/src/views/auth/SignUp.vue#L149)\n\n### Other Changes\nThere are a few other changes in here outside of the original [vue-firebase](https://github.com/sayhicoelho/vue-firebase) project:\n\n - Added demo Firebase Project credentials for testing (it's a free account, so you won't be able to be a douche and try and rack up a bill on me)\n - `userProfile` was added to the vuex store, along with related actions and mutation methods.\n - [/src/config/firestore.js](https://github.com/tripflex/vue-firebase-anon-convert/blob/master/src/config/firestore.js) was added to create a user database to set profile values on (to confirm they remain after upgrading anonymous account)\n\nThere are also numerous other minor changes added throughout to add support for anonymous account, checking `currentUser`, and so on.  If you want to see all changes, run a diff with this repo against commit `8048d8db59be8e24d11216f1457db226942a08c0` in the [vue-firebase](https://github.com/sayhicoelho/vue-firebase) repo.\n\n# Vue Firebase\nThe Vue Firebase is a boilerplate to prevent you from starting a Vue.js \u0026 Firebase project from scratch. With that you don't need to worry about some needed features like Authentication, Layout (UI/UX), Environment Variables (DotEnv) and more.\n\n# Setup (to use in your own project or as boilerplate)\n* Run `npm install`\n* Remove demo firebase project file at [/src/config/firebase.js](https://github.com/tripflex/vue-firebase-anon-convert/blob/master/src/config/firebase.js) and rename [/src/config/firebase.default.js](https://github.com/tripflex/vue-firebase-anon-convert/blob/master/src/config/firebase.default.js) to `firebase.js`\n* Copy the file `.env.example` to `.env`\n* Pass your Firebase's configuration within quotations, e.g FIREBASE_API_KEY='\"YOUR_API_KEY\"' (you will have to replace the demo ones)\n* Run `npm run dev` to start the Vue application\n\n# License\n[MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripflex%2Fvue-firebase-anon-convert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftripflex%2Fvue-firebase-anon-convert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripflex%2Fvue-firebase-anon-convert/lists"}