{"id":18468231,"url":"https://github.com/edegan-furb/authapp","last_synced_at":"2026-05-10T03:48:36.934Z","repository":{"id":209521369,"uuid":"723401476","full_name":"edegan-furb/AuthApp","owner":"edegan-furb","description":"React Native - User Authentication","archived":false,"fork":false,"pushed_at":"2023-12-13T02:26:07.000Z","size":414,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T18:23:15.373Z","etag":null,"topics":["authentication","firebase","react-native"],"latest_commit_sha":null,"homepage":"","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/edegan-furb.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}},"created_at":"2023-11-25T14:55:16.000Z","updated_at":"2023-11-25T14:56:55.000Z","dependencies_parsed_at":"2023-12-05T17:47:51.229Z","dependency_job_id":null,"html_url":"https://github.com/edegan-furb/AuthApp","commit_stats":null,"previous_names":["edegan-furb/authapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FAuthApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FAuthApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FAuthApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FAuthApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edegan-furb","download_url":"https://codeload.github.com/edegan-furb/AuthApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252721480,"owners_count":21793829,"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":["authentication","firebase","react-native"],"created_at":"2024-11-06T10:05:29.584Z","updated_at":"2026-05-10T03:48:36.874Z","avatar_url":"https://github.com/edegan-furb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuthApp\n \u003c/p\u003e\n  \u003cp\u003e\n  \u003ca href=\"https://github.com/edegan-furb/AuthApp/graphs/contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/edegan-furb/AuthApp\" alt=\"contributors\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/edegan-furb/AuthApp\" alt=\"last update\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/edegan-furb/AuthApp/network/members\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/edegan-furb/AuthApp\" alt=\"forks\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/edegan-furb/AuthApp/stargazers\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/edegan-furb/AuthApp\" alt=\"stars\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n This project is designed to practice what I have learned, with the primary focus on implementing user authentication features using Firebase. \n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## How To Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/edegan-furb/AuthApp.git\n\n# Go into the repository\n$ cd AuthApp\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npx expo start \n```\n\n\u003e **Note**\n\u003e If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n## Built with \n\n- [React-Native](https://reactnative.dev/) -  Framework for making apps for Cross-platform mobile devices.\n- [Firebase](https://firebase.google.com/) - App development platform that helps you build apps.\n- [Expo](https://expo.dev/) - Platform for making universal native apps for Android, iOS, and the web.\n\n## Screens\n\n\u003e Login, Signup and Welcome Screens\n\n\u003cp align=\"center\"\u003e\n  \u003ca\u003e\n    \u003cimg src=\"https://github.com/edegan-furb/AuthApp/blob/main/assets/Screenshot_1701372476.png\" alt=\"Login\" title=\"Login Screen\" height=\"500\" width=\"250\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg src=\"https://github.com/edegan-furb/AuthApp/blob/main/assets/Screenshot_1701372485.png\" alt=\"Signup\" title=\"Signup Screen\" height=\"500\" width=\"250\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg src=\"https://github.com/edegan-furb/AuthApp/blob/main/assets/Screenshot_1701372512.png\" alt=\"Welcome\" title=\"Welcome Screen\" height=\"500\" width=\"250\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedegan-furb%2Fauthapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedegan-furb%2Fauthapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedegan-furb%2Fauthapp/lists"}