{"id":18625324,"url":"https://github.com/davidroyer/nuxt2-ssr-firebase","last_synced_at":"2026-03-06T13:03:43.296Z","repository":{"id":40944490,"uuid":"136687865","full_name":"davidroyer/nuxt2-ssr-firebase","owner":"davidroyer","description":"Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting ","archived":false,"fork":false,"pushed_at":"2022-12-08T19:35:11.000Z","size":2730,"stargazers_count":49,"open_issues_count":33,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-12T14:09:18.684Z","etag":null,"topics":["firebase","firebase-functions","nuxt","nuxt-edge","nuxt2","nuxtjs","ssr","vue"],"latest_commit_sha":null,"homepage":"https://nuxt2ssrfire.firebaseapp.com","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/davidroyer.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}},"created_at":"2018-06-09T03:34:24.000Z","updated_at":"2024-12-28T11:42:44.000Z","dependencies_parsed_at":"2023-01-25T11:30:31.807Z","dependency_job_id":null,"html_url":"https://github.com/davidroyer/nuxt2-ssr-firebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidroyer/nuxt2-ssr-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidroyer%2Fnuxt2-ssr-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidroyer%2Fnuxt2-ssr-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidroyer%2Fnuxt2-ssr-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidroyer%2Fnuxt2-ssr-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidroyer","download_url":"https://codeload.github.com/davidroyer/nuxt2-ssr-firebase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidroyer%2Fnuxt2-ssr-firebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30178286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"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":["firebase","firebase-functions","nuxt","nuxt-edge","nuxt2","nuxtjs","ssr","vue"],"created_at":"2024-11-07T04:34:08.610Z","updated_at":"2026-03-06T13:03:43.263Z","avatar_url":"https://github.com/davidroyer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting - **_Nuxt 2 Version_**\n\nHost a Nuxt Universal app or site by combining Nuxt.js with Firebase Cloud Functions and Hosting.\n\n[Live Preview](https://nuxt2ssrfire.firebaseapp.com)\n\n---\n\n## Pre-Setup: Before Installing Any Dependencies\n\n1.  Obtain a Firebase Project ID to use for this project. [See Overiew Here](#firebase-project-setup)\n\n2.  Inside this directory, locate the file `.firebaserc.sample`, and do the following:\n\n- Rename this file to `.firebaserc`\n- Inside this file, replace `your-project-id` with your Firebase Project ID.\n\n---\n\n## Setup\n\nWe will now get everything setup and deployed in 3 commands:\n\n**Note:** _All of these commands are ran from the root directory_\n\n1.  Install Dependencies in all necessary directories in 1 command\n\n```bash\nyarn setup\n# OR\nnpm run setup\n```\n\n2.  Build The Project\n\n```bash\nyarn build\n# OR\nnpm run build\n```\n\n3.  Deploy To Firebase\n\n```bash\nyarn deploy\n# OR\nnpm run deploy\n```\n\n**_Your site should now be live!_**\n\n---\n\n## Development\n\nThere are 2 development options.\n\n### 1. _Without_ Firebase Functions\n\nThis will be like a normal Nuxt development experienced.\n\n```bash\nyarn dev\n```\n\n### 2. _With_ Firebase Functions\n\nThis uses Firebase's local development tools to test our project\n\n```bash\nyarn serve\n```\n\n---\n\n### Firebase Project Setup\n\n1.  Create a Firebase Project using the [Firebase Console](https://console.firebase.google.com).\n\n2.  Obtain the Firebase Project ID\n\n### Features\n\n- Server-side rendering with Firebase Hosting combined with Firebase Functions\n- Firebase Hosting as our CDN for our publicPath (See nuxt.config.js)\n\n### Things to know...\n\n- You must have the Firebase CLI installed. If you don't have it install it with `npm install -g firebase-tools` and then configure it with `firebase login`.\n\n- If you have errors, make sure `firebase-tools` is up to date. I've experienced many problems that were resolved once I updated.\n\n* The root directory has a package.json file with several scripts that will be used to optimize and ease getting started and the workflow\n\n* ALL commands are ran from the root directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidroyer%2Fnuxt2-ssr-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidroyer%2Fnuxt2-ssr-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidroyer%2Fnuxt2-ssr-firebase/lists"}