{"id":15485947,"url":"https://github.com/codediodeio/ngrx-fire","last_synced_at":"2025-04-15T17:46:41.138Z","repository":{"id":90246314,"uuid":"101679168","full_name":"codediodeio/ngrx-fire","owner":"codediodeio","description":"Demo app using Angular + ngrx + Firebase","archived":false,"fork":false,"pushed_at":"2017-09-08T15:06:57.000Z","size":474,"stargazers_count":110,"open_issues_count":4,"forks_count":54,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-19T07:03:18.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codediodeio.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,"publiccode":null,"codemeta":null}},"created_at":"2017-08-28T19:20:50.000Z","updated_at":"2024-07-01T21:37:22.000Z","dependencies_parsed_at":"2023-11-13T15:22:03.557Z","dependency_job_id":null,"html_url":"https://github.com/codediodeio/ngrx-fire","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":"0.33333333333333337","last_synced_commit":"9ca4ec470563eabd663b413aa59c2ba0b3b7ab4d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codediodeio%2Fngrx-fire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codediodeio%2Fngrx-fire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codediodeio%2Fngrx-fire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codediodeio%2Fngrx-fire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codediodeio","download_url":"https://codeload.github.com/codediodeio/ngrx-fire/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249124162,"owners_count":21216632,"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":[],"created_at":"2024-10-02T06:05:04.696Z","updated_at":"2025-04-15T17:46:41.121Z","avatar_url":"https://github.com/codediodeio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NgrxFire\n\nNgrxFire is a redux demo app created with Angular ngrx and Firebase. Including Firebase Google OAuth and the Realtime Database. \n\n## Build your Angular ngrx on a Solid Foundation\n\nLearn Angular ngrx Redux basics by building this app step-by-step. \n\n- [Video Lessons and Screencasts](https://angularfirebase.com)\n- [Join the Slack Team](https://join.slack.com/angularfirebase/shared_invite/MjA2NTgxMTI0MTk2LTE0OTg4NTQ4MDAtMjhhZDIzMjc0Mg)\n\n![](https://firebasestorage.googleapis.com/v0/b/firestarter-96e46.appspot.com/o/assets%2Fngrx-user.gif?alt=media\u0026token=06dab206-2950-4b0f-9d76-fa901d0b267a)\n\n## Usage\n\n#### Clone repository and prepare to build:\n\nUse the following terminal commands to prepare to build your application:\n\n- `git clone https://github.com/codediodeio/ngrx-fire.git ngrxFire`\n- `cd ngrxFire`\n- `npm install`\n\n#### Create a Firebase account\n\n*  Create a Firebase account at https://firebase.google.com/. \n*  Configure Authentication for the web app:\n  \u003e  ![firebaseauth](https://user-images.githubusercontent.com/210413/30171158-b036b8dc-93b6-11e7-9698-b355544d0c00.png)\n*  Seed your Firebase database with sample post data:\n  \u003e ![ngrxdatabase](https://user-images.githubusercontent.com/210413/30178040-412557c0-93cd-11e7-8218-5f6a70ebca93.png)\n   ```typescript\n  {\n    \"posts\" : {\n    \"testPost\" : {\n      \"text\" : \"First Post [created in console]\",\n      \"votes\": 0\n    }\n    }\n  }\n   ```\n*  Gather your Firebase configuration information:\n  \u003e  ![firebaseconfig](https://user-images.githubusercontent.com/210413/30178188-b219c6b4-93cd-11e7-854d-788a2c2d99b1.jpg)\n*  Create the environment file below `/src/environments/environment.ts`.\n```typescript\nexport const environment = {\n  production: false,\n  firebaseConfig: {\n    apiKey: 'APIKEY',\n    authDomain: 'DEV-APP.firebaseapp.com',\n    databaseURL: 'https://DEV-APP.firebaseio.com',\n    storageBucket: 'DEV-APP.appspot.com'\n  }\n};\n```\n*  And finally `ng serve`\n\n\n## Additional Details\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.3.2.\n\nIt uses AngularFire2 v4.0\n\nAvailable under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodediodeio%2Fngrx-fire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodediodeio%2Fngrx-fire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodediodeio%2Fngrx-fire/lists"}