{"id":15901489,"url":"https://github.com/jrodl3r/ng-fire-universal","last_synced_at":"2026-01-15T22:15:25.263Z","repository":{"id":38808628,"uuid":"160890001","full_name":"jrodl3r/ng-fire-universal","owner":"jrodl3r","description":":fire: Ship Angular + Firebase Apps to Google Cloud (Fast)","archived":false,"fork":false,"pushed_at":"2023-01-09T11:28:15.000Z","size":3693,"stargazers_count":0,"open_issues_count":37,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T19:47:27.071Z","etag":null,"topics":["angular","firebase"],"latest_commit_sha":null,"homepage":"https://ng-fire.com","language":"TypeScript","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/jrodl3r.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-12-08T00:42:08.000Z","updated_at":"2021-05-07T22:29:00.000Z","dependencies_parsed_at":"2022-08-30T09:22:27.636Z","dependency_job_id":null,"html_url":"https://github.com/jrodl3r/ng-fire-universal","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jrodl3r/ng-fire-universal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodl3r%2Fng-fire-universal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodl3r%2Fng-fire-universal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodl3r%2Fng-fire-universal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodl3r%2Fng-fire-universal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrodl3r","download_url":"https://codeload.github.com/jrodl3r/ng-fire-universal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrodl3r%2Fng-fire-universal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["angular","firebase"],"created_at":"2024-10-06T11:04:43.619Z","updated_at":"2026-01-15T22:15:25.248Z","avatar_url":"https://github.com/jrodl3r.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![demo online](https://img.shields.io/badge/demo-online-orange.svg)](https://ng-fire.com)\n![repo version](https://img.shields.io/badge/version-0.9.2-blueviolet)\n![node version](https://img.shields.io/badge/node-10.15.3-green)\n[![license: MIT](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT)\n\n\u003cbr\u003e\n\n\u003ca href=\"https://ng-fire.com\"\u003e\n\t\u003cp\u003e\u003cimg src=\"https://dl.dropboxusercontent.com/s/f8lvc4rgdardide/feature-splash.png\"\u003e\u003c/p\u003e\n\u003c/a\u003e\n\n\u003e Ship [Angular](https://angular.io) + [Firebase](https://firebase.com) Apps to the Cloud (Fast) » [ng-fire.com](https://ng-fire.com)\n\n\u003cbr\u003e\n\n## Quick Start\n**1. Install:** `npm run init`\n\n**2. Setup Google Cloud:**\n- Create an account + project at [cloud.google.com](https://cloud.google.com)\n\n- Install `gcloud` CLI utility from [cloud.google.com/sdk](https://cloud.google.com/sdk)\n\n**3. Setup Firebase:**\n- Create an account + project at [firebase.com](https://firebase.com) (use identical project names)\n\n- Add credentials to `/firebase.ts` (ignored by default in [.gitignore](https://github.com/jrodl3r/ng-fire-universal/blob/master/.gitignore)):\n\n```javascript\n  export const config = {\n    apiKey: 'API_KEY',\n    authDomain: 'APP_NAME.firebaseapp.com',\n    databaseURL: 'https://APP_NAME.firebaseio.com',\n    projectId: 'APP_NAME',\n    storageBucket: 'APP_NAME.appspot.com',\n    messagingSenderId: '123456789012'\n    appId: '1:1234567890:web:1234567890'\n  };\n```\n\n**4. Publish:** `npm run publish`\n\n\u003cbr\u003e\n\n## Commands\n- `dev` » Local Angular + Firebase Development w/ HMR\n- `build:ssr` » Compile Browser + Server Bundles\n- `start` or `serve:ssr` » Start Production Server w/ SSR\n- `test` » Start Jest Unit Testing\n- `test:watch` » Start Jest in Watch Mode\n- `e2e` » Launch Cypress End-to-End Testing [TODO]\n- `deploy` » Start Google Cloud Platform Release\n- `deploy:functions` » Start Firebase Cloud Functions Release\n- `init` » Setup Project + Install Dependencies\n- `preview` » Build + Start Local Server w/ SSR\n- `publish` » Build + Deploy to Google Cloud \u0026 Firebase\n- `ship` » Build + Deploy to Google Cloud\n\n\n\t_(checkout **[package.json](https://github.com/jrodl3r/ng-fire-universal/blob/master/package.json)** for more details)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodl3r%2Fng-fire-universal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrodl3r%2Fng-fire-universal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrodl3r%2Fng-fire-universal/lists"}