{"id":16174993,"url":"https://github.com/app-generator/react-datta-able-firebase","last_synced_at":"2025-10-05T10:29:30.689Z","repository":{"id":100503166,"uuid":"388360152","full_name":"app-generator/react-datta-able-firebase","owner":"app-generator","description":"React Datta Able Firebase - React Datta Able (free version) integrated with Firebase backend and Google Auth | App-Generator.dev","archived":false,"fork":false,"pushed_at":"2025-05-02T14:40:49.000Z","size":2070,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-22T10:52:49.499Z","etag":null,"topics":["appseed","datta-able","firebase","react"],"latest_commit_sha":null,"homepage":"https://app-generator.dev/product/datta-able/firebase/react/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-07-22T06:56:41.000Z","updated_at":"2025-05-02T14:40:53.000Z","dependencies_parsed_at":"2023-05-15T11:15:31.203Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/react-datta-able-firebase","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/app-generator/react-datta-able-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Freact-datta-able-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Freact-datta-able-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Freact-datta-able-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Freact-datta-able-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/react-datta-able-firebase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Freact-datta-able-firebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278441692,"owners_count":25987498,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["appseed","datta-able","firebase","react"],"created_at":"2024-10-10T04:43:55.713Z","updated_at":"2025-10-05T10:29:30.682Z","avatar_url":"https://github.com/app-generator.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [React Firebase Datta Able](https://app-generator.dev/product/datta-able/firebase/react/)\n\n**Datta Able** is an open-source **React Dashboard** that provides a colorful and modern design. Datta Able React Free is the most stylised React Free Admin Template, around all other admin templates in the market. It comes with high feature-rich pages and components with fully developer-centric code. The product comes with **Firebase** integration.\n\n- [React Firebase Datta Able](https://app-generator.dev/product/datta-able/firebase/react/) - `Product page`\n- [React Firebase Datta Able](https://react-firebase-datta-able.appseed-srv1.com/) - `LIVE Demo`\n\n\u003cbr /\u003e\n\n## Features\n\n- Firebase Integration - Social Login (Google)\n- Modern aesthetics UI design - Designed by [CodedThemes](https://app-generator.dev/agency/codedthemes/)\n- React, Redux, Redux-persist\n\n\u003cbr /\u003e\n\n## How to use it\n\nTo use the product Node JS (\u003e= 12.x) is required and GIT to clone/download the project from the public repository.\n\n**Step #1** - Clone the project\n\n```bash\n$ git clone https://github.com/app-generator/react-firebase-datta-able.git\n$ cd react-firebase-datta-able\n```\n\n\u003cbr \u003e\n\n**Step #2** - Install dependencies via NPM or yarn\n\n```bash\n$ npm i\n// OR\n$ yarn\n```\n\n\u003cbr /\u003e\n\n**Step #3** - Start in development mode\n\n```bash\n$ npm run start \n// OR\n$ yarn start\n```\n\n\u003cbr /\u003e\n\n## Configure Firebase Credentials\n\n**App Settings** as provided by the Firebase platform - `src/config/constant.js` \n\n```javascript\nconst config = {\n    ...\n    firebase: {                                               \n        apiKey: 'YOUR_API_KEY',                            # \u003c-- YOUR DATA HERE\n        authDomain: 'YOUR_DOMAIN_HERE',                    # \u003c-- YOUR DATA HERE \n        projectId: 'YOUR_PROJECT_ID',                      # \u003c-- YOUR DATA HERE\n        storageBucket: 'YOUR_STORAGE_BUCKET',              # \u003c-- YOUR DATA HERE\n        messagingSenderId: 'YOUR_MESSAGING_SENDER_ID',     # \u003c-- YOUR DATA HERE\n        appId: 'YOUR_APP_ID',                              # \u003c-- YOUR DATA HERE\n        measurementId: 'YOUR_TRACKER_ID'                   # \u003c-- YOUR DATA HERE\n    }\n};\n```\n\nAll above settings are provided by the Firebase platform. For more information, feel free to access [Firebase official](https://firebase.google.com/docs) help:\n\n- [Firebase Fundamentals](https://firebase.google.com/docs/guides) - Learn how to get started fast \n- [Manage Projects in Firebase](https://firebase.google.com/docs/projects/learn-more) - the basics\n\n\u003cbr /\u003e\n\n---\n[React Firebase Datta Able](https://app-generator.dev/product/datta-able/firebase/react/) - Provided by [CodedThemes](https://app-generator.dev/agency/codedthemes/) and **[App Generator](https://app-generator.dev/)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Freact-datta-able-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Freact-datta-able-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Freact-datta-able-firebase/lists"}