-
Notifications
You must be signed in to change notification settings - Fork 1
Fix profile update #111
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
Fix profile update #111
Conversation
…vigating to home.
…ed the pixabay images
|
This is a big PR, I'll take a look at it later |
| } | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental new line
| fastlane/test_output | ||
|
|
||
| .DS_Store | ||
| FlatMate/Secrets.plist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we all have to have a separate API key? Could we not just all use the same secrets.plist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope we are all using the same Api key and obviously I cant push the secrets.plist file in the github because this repo is public and the key would get corrupted right
| // @State private var isImagePickerPresented = false | ||
| @State private var errorMessage: String? | ||
| @State private var selectedItem: PhotosPickerItem? = nil | ||
| // @State private var selectedItem: PhotosPickerItem? = nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh so are we not gonna let users upload their own photos? Just using pixby?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont have any problems with letting users adding their photos but you have upload pictures manually for them right so i feel like pixabay is a better way of solving the limited picture issues.
| await MainActor.run { self.isLoading = false } | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accidental new line
|
Looks good! |
anshi2500
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good!
The profile was not updating properly. Needed to change the rules for the firebase storage to make it work.