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).