ManojNB
ManojNB
#### Description of changes Rebasing the fix/auth-debouncing branch to main. Code author - Francisco Changes allow for debouncing getSession API calls #### Issue #, if available #### Description of how...
Use the splash screen to do the following - [x] Show a basic splash screen image with app name - [x] Navigate to Sign In page after a few seconds
- [ ] Decide where to direct the user based on their preference [Home page or login] - [ ] Init services used by the app and ask permissions if...
Home screen should show a list of groups user is involved in. - [ ] Refactor existing code to use the new code structure - [ ] Use provider -...
Adds a splash screen to the app that navigates to login page after 2 seconds. + Tested
Check if a group with the same members already exist for the user. If present, do not create a new one.
- [ ] Refactor existing code to use the new code structure - [ ] Use provider - [ ] Remove all database API calls and use the firebase package...
- [ ] Refactor existing code to use the new code structure - [ ] Use provider - [ ] Remove all database API calls and use the firebase package...
- [ ] Re-write majority of the code to reflect the new code structure. - [ ] Use provider - [ ] Write unit tests to make sure login works...
Refactor the complete code to use the new folder structure, firestore and provider