v3.0.3
Release Notes
New features
- [auth] Add support for emailVerificationOptionswhen usinguseCreateUserWithEmailAndPassword(#125 and #130) - thanks to @dohomi
Bug fixes
- [database] Correctly type refFieldasReference
- [firestore] Correctly type refFieldasDocumentReference(#126 ) - thanks to @dangreaves
- [firestore] Correctly support withConverter(#129) - thanks to @berdyshev