-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part 1 of many towards chat application #41
Conversation
Make sure issue is not closed or just reopen when you merge. |
Crash occurred when signing in - Relevant stack frame -
Something with the type of the uid?? I'm not sure Also probably want to also set the first name, last name and default location as part of this (could just default the location to Pitt coordinates for now), could we add that? @jeffzheng13 |
Issue with picture being stored as an int in the database. Changed the default to store as a string which makes more sense. Looking into changing the picture to be stored as a reference but currently it just shows image path stored. |
Adding minor tweaks before merge to main
Part 1 of many towards chat application
Quick little add to app logic when user is created that adds an entry to Firestore as well and not just Firebase Auth, also for accounts that already exist but don't have an entry we add one. Entry in database will include user id and user email. Let me know if we want to store first and last name or any other details in these documents @tbeidlershenk.