This repository was archived by the owner on Mar 17, 2025. It is now read-only.
v2.2.0
- Added a
requireEmailVerification
argument to the$requireSignIn()
router helper method to enforce email verification (thanks to @ericmorgan1). - Fixed a race condition which sometimes caused an error when the Database
Reference
bound to a$firebaseObject
instance was set tonull
(thanks to @ulion).