{"id":17863285,"url":"https://github.com/m-code12/lambchat","last_synced_at":"2025-10-27T18:03:31.624Z","repository":{"id":69051214,"uuid":"475080454","full_name":"m-code12/LambChat","owner":"m-code12","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-01T09:15:26.000Z","size":379,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T07:42:13.019Z","etag":null,"topics":[],"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/m-code12.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":"2022-03-28T16:11:17.000Z","updated_at":"2022-03-28T18:07:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"93749495-b738-4ed2-ba4c-a74b9fc5e082","html_url":"https://github.com/m-code12/LambChat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-code12/LambChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-code12%2FLambChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-code12%2FLambChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-code12%2FLambChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-code12%2FLambChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-code12","download_url":"https://codeload.github.com/m-code12/LambChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-code12%2FLambChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281314580,"owners_count":26479999,"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-27T02:00:05.855Z","response_time":61,"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":[],"created_at":"2024-10-28T08:59:23.335Z","updated_at":"2025-10-27T18:03:31.593Z","avatar_url":"https://github.com/m-code12.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LambChat Application\r\n\r\n[Live Site](https://monika-jha-relatime-chat-application.netlify.app/)\r\n\r\n\u003cimg src=\"https://media.giphy.com/media/sRRuez8HegKVHtCIzA/giphy.gif\" alt=\"lambchat.gif\" /\u003e\r\n\r\n## Introduction\r\nThis is an application developed primarily to utilize Firebase authentication. After signing in using Google or Facebook, the user is prompted to create a chat with other users. Created using React-Chat-Engine to offer Realtime Chat functionality.\r\n\r\n### Setup\r\n- Create .env file in the root directory\r\n```\r\nREACT_APP_CHAT_ENGINE_KEY=(YOUR_CHAT_ENGINE_KEY)\r\nREACT_APP_CHAT_ENGINE_ID=(YOUR_CHAT_ENGINE_ID)\r\n```\r\n- Navigate to /src and create a firebase.js file\r\n```js\r\nimport firebase from 'firebase/app'\r\nimport 'firebase/auth'\r\n\r\n/* \r\n   This can be more easily obtained by creating a project in Firebase, then navigating to the project settings\r\n   From there, in 'general' scroll down until you see SDK setup and configuration\r\n   Select 'Config' and copy/paste the code given\r\n*/\r\n\r\nexport const auth = firebase.initializeApp({\r\n  apiKey: \"YOUR_API_KEY\",\r\n  authDomain: \"YOUR_AUTH_DOMAIN\",\r\n  projectId: \"YOUR_PROJECT_ID\",\r\n  storageBucket: \"YOUR_STORAGE_BUCKET\",\r\n  messagingSenderId: \"YOUR_MESSAGE_SENDER_ID\",\r\n  appId: \"YOUR_APP_ID\",\r\n  measurementId: \"YOUR_MEASUREMENT_ID\"\r\n}).auth()\r\n```\r\n- run ```npm i \u0026\u0026 npm start```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-code12%2Flambchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-code12%2Flambchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-code12%2Flambchat/lists"}