Skip to content

fix(auth): Mark UserMetadata::lastRefreshTime as optional. #881

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 1 commit into from
May 7, 2020

Conversation

rsgowman
Copy link
Member

@rsgowman rsgowman commented May 7, 2020

While it's always present (even if null), having it optional allows
existing code that implements this interface to not break.

Fixes: #880

RELEASE NOTE: Fixed the typings of UserMetadata type to avoid a potentially breaking change.

While it's always present (even if null), having it optional allows
existing code that implements this interface to not break.

Fixes: #880
Copy link
Contributor

@hiranya911 hiranya911 left a comment

Choose a reason for hiding this comment

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

LGTM

@hiranya911 hiranya911 assigned rsgowman and unassigned hiranya911 and samtstern May 7, 2020
@hiranya911 hiranya911 changed the title Mark UserMetadata::lastRefreshTime as optional. fix(auth): Mark UserMetadata::lastRefreshTime as optional. May 7, 2020
@rsgowman rsgowman merged commit f9c1705 into master May 7, 2020
@rsgowman rsgowman deleted the rsgowman/type_conflict_fix branch May 7, 2020 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type issue in 8.12 conflicts with firebase-functions
3 participants