- Handle permission errors on on/once callbacks (#25)
- Don't lose cached credentials on restart (#24)
- Support multiple apps.
- API changed to closer match web SDK - not backwards compatible. You must now access all methods from an app instance or shortcut methods.
- Add
User
class- Includes new methods
delete
,getToken
,link
,reauthenticate
,reload
,sendEmailVerification
,unlink
,updateEmail
,updatePassword
,updateProfile
- Includes new methods
- Add
Database
class withgoOnline
,goOffline
,setPersistenceEnabled
. - Add
fetchProvidersForEmail
,sendPasswordResetEmail
,signInWithCustomToken
getCurrentUser()`` method no longer available; access
currentUser` from auth instance instead.
- Add currentUser
- Add getCurrentUser() [@Victoor #17]
- Fix incorrect / missing flow types
- Add auth signOut() function