{"id":13511981,"url":"https://github.com/hoppula/refire-forum","last_synced_at":"2025-07-02T11:35:39.541Z","repository":{"id":61927076,"uuid":"53423804","full_name":"hoppula/refire-forum","owner":"hoppula","description":"Serverless discussion forum built with React, Redux and Firebase","archived":false,"fork":false,"pushed_at":"2019-03-11T14:10:11.000Z","size":128,"stargazers_count":245,"open_issues_count":8,"forks_count":56,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-24T08:18:43.177Z","etag":null,"topics":["board","discussion-board","firebase","forum","react","realtime","redux","thread"],"latest_commit_sha":null,"homepage":null,"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/hoppula.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":"security-rules.bolt","support":null}},"created_at":"2016-03-08T15:39:06.000Z","updated_at":"2025-02-11T17:54:45.000Z","dependencies_parsed_at":"2022-10-23T17:15:29.511Z","dependency_job_id":null,"html_url":"https://github.com/hoppula/refire-forum","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/hoppula%2Frefire-forum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppula%2Frefire-forum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppula%2Frefire-forum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoppula%2Frefire-forum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoppula","download_url":"https://codeload.github.com/hoppula/refire-forum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922247,"owners_count":20855345,"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":["board","discussion-board","firebase","forum","react","realtime","redux","thread"],"created_at":"2024-08-01T03:01:22.745Z","updated_at":"2025-04-03T02:10:11.388Z","avatar_url":"https://github.com/hoppula.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# refire-forum\n\nServerless discussion forum built with React, Redux and Firebase using [refire](https://github.com/hoppula/refire) and [refire-app](https://github.com/hoppula/refire-app).\n\nBase UI components are from excellent [Elemental UI](http://elemental-ui.com/).\n\n## Live demo\n\n[https://refire.firebaseapp.com](https://refire.firebaseapp.com)\n\n## Features\n\n* Categories, boards and threads\n* Paging for boards and threads\n* Quoting when replying to posts\n* Thread and Post previews\n* Markdown support\n* Emoji support using `:emoji:` syntax :fire:\n* User profile pages\n* Login with Google, Facebook, Github \u0026 Twitter accounts\n* Admin tools (delete threads \u0026 single posts, lock/unlock threads)\n* CSS-in-JS styled components, fully themeable\n* Dark \u0026 light color themes\n* Upvoting single posts\n* Users can edit their own posts\n\n## Roadmap\n\n* Allowing boards and threads to be bookmarked properly\n* Search using redux-search\n* Image attachment upload to Firebase\n* Allowing users to edit their own thread titles\n* Single post linking\n* Show list of available emojis\n* Sticky threads\n* Thread and post tagging\n* Notifications\n* Reactions to posts with emojis\n* Improved admin section\n* Moderating\n* User editable theme\n\n## Deploying your own instance\n\n1. Create your new app in [Firebase dashboard](https://console.firebase.google.com/)\n\n2. Copy and paste `apiKey` from your Firebase app console's `Overview \u003e Add Firebase to your web app` to `src/config.js`\n\n3. Enable `Sign-in providers` you want to use in your Firebase app console's `Authentication \u003e Sign-in method` settings\n\n4. Change `projects.default` value to your app name in `.firebaserc`\n\n5. Run `npm install` and `npm run build`\n\n6. Run `npm run login` to login to Firebase\n\n7. Run `npm run bootstrap` to copy the initial data structure to Firebase\n\n8. Run `npm run deploy` to deploy the app and security rules to Firebase\n\n## Running locally\n\n`npm start` will start the development server on `localhost:4000`\n\n## Adding admin users\n\nCreate `adminUsers` path in your Firebase and set your admin user's `uid` as key and `true` as value:\n\n```\n\"adminUsers\": {\n  \"google:123456789\": true\n}\n```\n\n## Customizing settings\n\nYou can edit default paging settings by changing `settings/BOARD_PAGE_SIZE`, `settings/THREAD_PAGE_SIZE` and `settings/THREAD_PAGE_LIMIT`.\n\nYou can configure date format by changing `settings/DATE_FORMAT`.\n\n## Custom forum name\n\nExport `siteName` in `./src/config.js`.\n\n```js\nexport const siteName = \"My forum\"\n```\n\n## Security rules\n\nFirebase security rules are defined in `security-rules.bolt`.\n\nUse `npm run build:rules` to generate `security-rules.json` after making changes.\n\nUse `npm run deploy:rules` to deploy security rules.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoppula%2Frefire-forum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoppula%2Frefire-forum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoppula%2Frefire-forum/lists"}