Skip to content

Update userProfileData and logoutRequest #12

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

Merged
merged 3 commits into from
May 25, 2025
Merged

Conversation

jcieplinski
Copy link
Collaborator

Add photo_url to UserProfileData proto

When fetching a user’s profile with GetUserProfileRequest, the resulting data object is different from the UserData object we get from Log in.

Our proto was missing the photo_url field, which sits at numnber 5.

Without this, there was no way to get the photo_url except during log in. Now we can grab it any time, along with their other profile data.

Add notification_device_token to LogoutRequest

This is a required field for LogoutRequest to work properly.

When fetching a user’s profile with GetUserProfileRequest, the resulting data object is different from the UserData object we get from Log in.

Our proto was missing the photo_url field, which sits at numnber 5.

Without this, there was no way to get the photo_url except during log in. Now we can grab it any time, along with their other profile data.
This is a required field for LogoutRequest to work properly.
@nshp nshp merged commit b95a266 into main May 25, 2025
2 checks passed
@jcieplinski jcieplinski deleted the jc-update-userProfileData-proto branch May 25, 2025 18:38
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.

2 participants