Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

v3.10: New release (#104)

Compare
Choose a tag to compare
@kevmoo kevmoo released this 27 Apr 17:00
· 282 commits to master since this release
  • Updates from the Firebase 3.8.0 and 3.9.0 in auth library:
    • User
      • Deprecated link method in favor of linkWithCredential.
      • Deprecated reauthenticate method in favor of reauthenticateWithCredential.
      • Added new reauthenticateWithPopup and reauthenticateWithRedirect methods.
    • UserCredential
      • Added new operationType property.
    • AuthCredential
      • Deprecated provider property in favor of providerId.
  • The app.storage() has now an optional storage bucket parameter.