Skip to content
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

feat(shorebird_code_push_protocol): Add email field to User #276

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

bryanoltman
Copy link
Contributor

Description

Adds an email field to User so we can expose the existing db column.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@bryanoltman bryanoltman requested a review from felangel April 11, 2023 22:32
@@ -19,6 +23,9 @@ class User {
/// The unique user identifier.
final int id;

/// The user's email address, as provided by the user during signup.
final String email;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need to expose this atm?

@felangel
Copy link
Contributor

Closing based on our discussion since it doesn’t appear to be necessary at this time.

@felangel felangel closed this Apr 11, 2023
@bryanoltman
Copy link
Contributor Author

Reopening to support subscription cancellation

@bryanoltman bryanoltman reopened this Apr 12, 2023
@bryanoltman bryanoltman merged commit 28a925d into main Apr 12, 2023
@bryanoltman bryanoltman deleted the bo/user-email branch April 12, 2023 15:32
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