Skip to content

v2.0.4

Compare
Choose a tag to compare
@prescottprue prescottprue released this 10 Feb 01:53
038d214
  • feat(profileReducer): PROFILE_UPDATE_SUCCESS action updates profile state - #395 -
    @serhiipalash
  • fix(firestore): prevent issue where default profile creation would break (createdAt was undefined) - #391 - @compojoom
  • feat(profile): profileFactory support for firestore - #391 - @compojoom
  • fix(login): login-logout-login flow always correctly updates state.firebase.profile - #401 - @evgeni-tsn
  • fix(updateProfile): "no document to update" error no longer thrown when updating non-existant profile on Firestore (useSet boolean added to make this optional) - #403