Skip to content

v3.0.3

Compare
Choose a tag to compare
@chrisbianca chrisbianca released this 19 Mar 08:40
· 157 commits to master since this release

Release Notes

New features

  • [auth] Add support for emailVerificationOptions when using useCreateUserWithEmailAndPassword (#125 and #130) - thanks to @dohomi

Bug fixes

  • [database] Correctly type refField as Reference
  • [firestore] Correctly type refField as DocumentReference (#126 ) - thanks to @dangreaves
  • [firestore] Correctly support withConverter (#129) - thanks to @berdyshev