{"id":16423910,"url":"https://github.com/oliveroneill/firebase-spotify-auth-example","last_synced_at":"2025-03-23T07:32:40.030Z","repository":{"id":38809706,"uuid":"164420470","full_name":"oliveroneill/firebase-spotify-auth-example","owner":"oliveroneill","description":"Firebase custom auth with Spotify","archived":false,"fork":false,"pushed_at":"2023-01-09T11:29:28.000Z","size":329,"stargazers_count":11,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T07:41:39.861Z","etag":null,"topics":["firebase","firebase-auth","spotify"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/oliveroneill.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}},"created_at":"2019-01-07T11:07:12.000Z","updated_at":"2024-06-06T20:50:15.000Z","dependencies_parsed_at":"2022-09-18T11:11:08.024Z","dependency_job_id":null,"html_url":"https://github.com/oliveroneill/firebase-spotify-auth-example","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/oliveroneill%2Ffirebase-spotify-auth-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Ffirebase-spotify-auth-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Ffirebase-spotify-auth-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Ffirebase-spotify-auth-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oliveroneill","download_url":"https://codeload.github.com/oliveroneill/firebase-spotify-auth-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221847036,"owners_count":16890952,"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","spotify"],"created_at":"2024-10-11T07:41:16.524Z","updated_at":"2024-10-28T15:12:40.335Z","avatar_url":"https://github.com/oliveroneill.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Custom Authentication Example using Spotify\n\nA simple example of using Spotify as the auth provider for Firebase.\nYour Spotify username will be stored as a user in Firebase.\n\n## Installation\nCreate a file called `config.js` in `public/`. This should define firebase and\nspotify configuration as follows:\n```javascript\nconst firebaseConfig = {\n  apiKey: \"\u003cENTER-API-KEY\u003e\",\n  authDomain: \"\u003cENTER-AUTH-DOMAIN\u003e\",\n  projectId: \"\u003cENTER-PROJECT-ID\u003e\",\n};\n\nconst spotifyConfig = {\n  clientId: '\u003cENTER-CLIENT-ID\u003e',\n  redirectUri: '\u003cENTER-CALLBACK-URI\u003e',\n};\n```\n\n## Deploy\n```bash\nfirebase deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliveroneill%2Ffirebase-spotify-auth-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foliveroneill%2Ffirebase-spotify-auth-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliveroneill%2Ffirebase-spotify-auth-example/lists"}