Skip to content

Fix profile update#111

Merged
anshi2500 merged 7 commits intoAnidion:mainfrom
anshi2500:fix-profile-update
Feb 5, 2025
Merged

Fix profile update#111
anshi2500 merged 7 commits intoAnidion:mainfrom
anshi2500:fix-profile-update

Conversation

@ShouravRakshit
Copy link
Copy Markdown
Contributor

@ShouravRakshit ShouravRakshit commented Feb 4, 2025

The profile was not updating properly. Needed to change the rules for the firebase storage to make it work.

@kevin-van
Copy link
Copy Markdown

This is a big PR, I'll take a look at it later

}
}


Copy link
Copy Markdown

@doowoncho doowoncho Feb 5, 2025

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 No newline at end of file
FlatMate/Secrets.plist
Copy link
Copy Markdown

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?

Copy link
Copy Markdown
Contributor Author

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
Copy link
Copy Markdown

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?

Copy link
Copy Markdown
Contributor Author

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 }
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accidental new line

@anshi2500
Copy link
Copy Markdown
Collaborator

Looks good!

Copy link
Copy Markdown
Collaborator

@anshi2500 anshi2500 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good!

@anshi2500 anshi2500 merged commit 75261b6 into Anidion:main Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants