You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing createUserAndRetrieveDataWithEmailAndPassword, signInAndRetrieveDataWithCredential, signInAndRetrieveDataWithCustomToken, signInAndRetrieveDataWithEmailAndPassword and signInAnonymouslyAndRetrieveData methods to Auth class.
Deprecated The equivalent createUserWithEmailAndPassword, signInAndRetrieveDataWithCredential, signInAndRetrieveDataWithCustomToken, signInAndRetrieveDataWithEmailAndPassword and signInAnonymouslyAndRetrieveData methods have been deprecated and will be removed in a future version.
Add missing verifyPasswordResetCode method to Auth class
Add missing metadata property to User class
Add missing linkAndRetrieveDataWithCredential and reauthenticateAndRetrieveDataWithCredential to User class.
Deprecated The equivalent linkWithCredential and reauthenticateWithCredential methods have been deprecated and will be removed in a future version.
Add OAuthProvider and OAuthCredential
Core
Add missing SDK_VERSION property
Database
Fix wrong path being returned by SnapshotReference #679