{"id":21473710,"url":"https://github.com/bell-kevin/registrationdatabaseuserauthenticationimproved","last_synced_at":"2026-04-17T00:35:35.646Z","repository":{"id":235711533,"uuid":"621577066","full_name":"bell-kevin/registrationDatabaseUserAuthenticationImproved","owner":"bell-kevin","description":"React Native smart phone app with Google Firebase database hooked-up on the back-end. User authentication used","archived":false,"fork":false,"pushed_at":"2025-03-06T23:24:15.000Z","size":4386,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T00:20:01.438Z","etag":null,"topics":["android","authentication","firebase-database","ios","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bell-kevin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-03-31T00:23:04.000Z","updated_at":"2025-03-06T23:06:36.000Z","dependencies_parsed_at":"2024-06-14T16:59:50.942Z","dependency_job_id":"8b6e9798-878f-451e-bf06-95017d7b24a9","html_url":"https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved","commit_stats":null,"previous_names":["bell-kevin/registrationdatabaseuserauthenticationimproved"],"tags_count":0,"template":false,"template_full_name":"bell-kevin/kevinBellTemplateRepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FregistrationDatabaseUserAuthenticationImproved","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FregistrationDatabaseUserAuthenticationImproved/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FregistrationDatabaseUserAuthenticationImproved/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bell-kevin%2FregistrationDatabaseUserAuthenticationImproved/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bell-kevin","download_url":"https://codeload.github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243990551,"owners_count":20379810,"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":["android","authentication","firebase-database","ios","react-native"],"created_at":"2024-11-23T10:18:35.446Z","updated_at":"2026-04-17T00:35:30.613Z","avatar_url":"https://github.com/bell-kevin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Registration DB User Authentication\n\nIn this project, you will continue to change and improve the registration and validation project you have previously worked on by adding in user authentication as just covered in the Udemy tutorial.\n\nThe launch of the app should begin with the same user authentication screen as the Udemy tutorial, where it asks the user to log on or create a new account. If the user logs on and authenticates successfully, the app should go to a new page that says simply \"Welcome to this app\". If the user wants to create a new account, the app should go to those pages in the authentication project from the Udemy tutorial. When the account has successfully been created, the next screen should be the one from your previous project that asks for the user's name, followed by the screen to ask for the user's address. You do not need to use the screen for the email address from this project -- it has already been acquired in the authentication section. The screen following the address is the validation screen. If the user says all data is valid, go to the same \"Welcome\" screen as that shown for a successful log-in attempt. If the user says the data is not valid, go back to the screen for the user's name and go through that process again.\n\nTake screenshots showing the authentication log-in screen, authentication new account screen, validation screen, and the new Welcome screen. \n\nSubmission: Zip together the root folder and the 4 screenshots, and submit the single zipped folder.\n\nhttps://github.com/academind/react-native-practical-guide-code/tree/11-auth/code/10-storing-auth-tokens-on-the-device\n\nhttps://github.com/academind/react-native-practical-guide-code/blob/10-http/code/07-handling-request-errors/util/http.js\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthentication/blob/main/15380ae0-876f-4870-8fed-9bb004f59e1a.png)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/1.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/2.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/3.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/4.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/5.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/6.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/7.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/8.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/9.PNG)\n\nYou can also get this to run on a web browser if the phone emulator is too overwhelming for your computer:\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/10.PNG)\n\nOne of the ways you'll know you did the assignment correctly is when you get screens like the following two screens:\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/Capture2.PNG)\n\n![p](https://github.com/bell-kevin/registrationDatabaseUserAuthenticationImproved/blob/main/screenshots/Capture.PNG)\n\n## How to:\n\nCreate one app. for both Android and iOS (Apple) using one computer alorithm for both apps. You'll need Visual Studio Code and Android Studio to get started:\n\nhttps://code.visualstudio.com/download\n\nhttps://developer.android.com/studio\n\nIf you want to see how your app. will look on iOS (Apple) devices, you'll need Xcode from the Apple app. store:\n\nhttps://developer.apple.com/xcode/\n\nTo run the Xcode app, you'll need a fairly new Apple computer.\n\nhttps://reactnative.dev/docs/environment-setup\n\nhttps://reactnative.dev/docs/components-and-apis\n\nhttps://reactnative.dev/docs/intro-react\n\nCheck out App.js here in the code files for the computer algorithm code.\n\n## Storing Projects\n\nWhen you complete a React Native project, you should keep it on your storage device for a little while. There are multiple instances where one project will be the basis of another project. The Udemy course keeps building on the projects, so you definitely need to keep those around until you are done with that project in the course.\n\nBUT -- React Native projects are huge. There is a folder, node_modules, that takes up most of the space. If you keep every project you create in this course, you would need at least 20GB of space, probably more. How can you manage this terrible drain on your storage?\n\nThat node_modules folder is automatically added when you create a new project. Once you are done with the project, you can delete that folder, node_modules, and the size of your project will shrink dramatically.\n\nThis does not destroy the project. If you find you need to run an old project again, which no longer has its node_modules folder, open it in Visual Studio Code, open a terminal, and type \"npm install\". This will load the node_modules folder again, and the project is whole and ready to run.\n\nNote that when you delete that folder, it takes a noticeable amount of time, far more than it takes to reload it.\n\nA good practice for course maintenance is to keep the project in its full state until you are sure you won't be using it in the next few days, then delete the node_modules folder.\n\n\n== We're Using GitHub Under Protest ==\n\nThis project is currently hosted on GitHub.  This is not ideal; GitHub is a\nproprietary, trade-secret system that is not Free and Open Souce Software\n(FOSS).  We are deeply concerned about using a proprietary system like GitHub\nto develop our FOSS project. I have a [website](https://bellKevin.me) where the\nproject contributors are actively discussing how we can move away from GitHub\nin the long term.  We urge you to read about the [Give up GitHub](https://GiveUpGitHub.org) campaign \nfrom [the Software Freedom Conservancy](https://sfconservancy.org) to understand some of the reasons why GitHub is not \na good place to host FOSS projects.\n\nIf you are a contributor who personally has already quit using GitHub, please\nemail me at **bellKevin@pm.me** for how to send us contributions without\nusing GitHub directly.\n\nAny use of this project's code by GitHub Copilot, past or present, is done\nwithout our permission.  We do not consent to GitHub's use of this project's\ncode in Copilot.\n\n![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/img/GiveUpGitHub.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbell-kevin%2Fregistrationdatabaseuserauthenticationimproved","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbell-kevin%2Fregistrationdatabaseuserauthenticationimproved","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbell-kevin%2Fregistrationdatabaseuserauthenticationimproved/lists"}