Skip to content

Latest commit

 

History

History
291 lines (146 loc) · 20.7 KB

File metadata and controls

291 lines (146 loc) · 20.7 KB

Changelog

6.3.1

Patch Changes

  • a1aceb1 (#775): fix(ios): downgrade the Facebook iOS SDK to 17.1.0

6.3.0

Minor Changes

  • b57f1ee (#751): feat: add idTokenChange event listener
  • 72080dd (#760): feat(deps): add support for Firebase JS SDK 11
  • 069edf3 (#768): feat(ios): update Facebook iOS SDK to 17.4.0
  • 7af2032 (#741): feat: add verifyBeforeUpdateEmail method

6.2.0

Patch Changes

  • 38fd57c (#723): chore(ios): update GoogleSignIn pod to version 7.1.0
  • 5729328 (#726): fix(android): explicitly request Google auth token with provided scopes
  • a780009 (#737): chore(ios): update Firebase pods to version 11.0

6.1.0

Minor Changes

  • 638adac (#657): feat: support actionCodeSettings in sendEmailVerification(...) and sendPasswordResetEmail(...)
  • 9cca701 (#644): feat: add revokeAccessToken(...) method

Patch Changes

  • aa08e71 (#632): fix(android): NullPointerException when getPendingAuthResult() is called
  • f8430f2 (#650): fix(web): updateProfile(...) ignored the photoUrl
  • f597638 (#642): chore(deps): update Firebase iOS SDK to 10.25

6.0.0

Major Changes

  • 249ba0a (#612): chore(deps): update Firebase iOS SDK to 10.24.0
  • 6703b9d (#594): chore(deps): update the firebase dependency to 10.9.0
  • 8ad8035: feat: update to Capacitor 6

Minor Changes

  • 4d21118 (#572): feat(android): support dynamic Firebase config
  • 69e5768 (#593): feat: add fetchSignInMethodsForEmail(...) method

Patch Changes

  • b91b3a4 (#613): fix(web): authStateChange listener fires too early

5.4.1

Patch Changes

  • f0cd1f9 (#561): fix: authStateChange event is not fired right after the listener is registered

5.4.0

Minor Changes

  • ed9e258 (#546): feat(android): update com.google.firebase:firebase-auth to version 22.3.1
  • 07d038a (#522): feat(android): add timeout option to signInWithPhoneNumber(…)

Patch Changes

  • f18c6f0 (#538): fix(ios): sign-in with oauth provider failed
  • 0e0bc8a (#520): fix(ios): empty verification ID on phone auth

5.3.0

Patch Changes

  • 1b135c5 (#482): fix(ios): displayName was not returned on Apple sign-in
  • 65a9d0c: fix(ios): set correct return type for removeAllListeners()

5.2.0

Minor Changes

  • 16a802c (#288): feat(web): support signInWithPhoneNumber and linkWithPhoneNumber
  • 2ea241b (#440): feat(ios): support scopes option for Google Sign-In
  • f50db1c (#432): feat: expose providerData and metadata property
  • 12e0052 (#442): feat: support forceCodeForRefreshToken for Google Sign-in
  • f845e3c (#447): feat(android): update com.google.firebase:firebase-auth to version 22.1.2
  • 36bd3f7 (#461): feat(web): add option scheme to useEmulator method

5.1.0

Minor Changes

5.0.1

5.0.0

Major Changes

  • fe89573 (#357): refactor(android)!: use getMessage instead of getLocalizedMessage

Minor Changes

  • 75e6fd1 (#374): feat(android): support Android 13+ notification permission
  • 6951f3b (#368): feat(ios): pass fullName (Apple) to Firebase iOS SDK

Patch Changes

1.4.0

Patch Changes

  • 2d51ffc (#305): fix(android): NullPointerException on Google Sign-In

1.3.0

Minor Changes

  • 8b27765 (#285): feat: add reload method (by @trancee)
  • 9024eef (#238): feat(web): support sign-in with redirect
  • fcb0f25 (#235): feat(ios): support Game Center Sign-In
  • 57a7497 (#273): feat(android): resend sms verification code
  • 4c00b61 (#272): feat(android): provide the auto-retrieved SMS verification code
  • 46864df (#282): feat: add deleteUser method (by @trancee)
  • d31f96f (#277): feat: add updateProfile method (by @trancee)

Patch Changes

  • 5c1b40b (#246): fix(android): update Facebook Login SDK

1.2.0

Minor Changes

  • 29ac6cc (#213): feat(ios): return authorizationCode on Apple Sign-In

Patch Changes

  • 57ae209 (#214): fix(ios): getConfigValue is deprecated

1.1.0

Minor Changes

  • ad7c25b (#172): feat: support Email Link Authentication (by @trancee)
  • 590545d (#194): feat: overwrite skipNativeAuth configuration option
  • 39830a1 (#176): feat: add Sign-In Anonymously (by @trancee)

Patch Changes

  • cf0d83d (#192): fix(ios): displayName is missing when signing in with Apple using skipNativeAuth
  • c1fb022 (#196): fix(android): serverAuthCode is null on Play Games Sign-In
  • eeeecae (#186): fix: retain authStateChangeEvent until consumed on Android and iOS

1.0.0

Major Changes

Minor Changes

0.5.1

Patch Changes

  • e3ab129 (#157): fix(web): customParameters is not applied
  • c8543f6 (#149): fix(android): catch all native errors and pass to the webview

0.5.0

Minor Changes

  • e72bb95: feat(ios)!: update Facebook iOS SDK to 13.2.0 (BREAKING CHANGES: see BREAKING.md)

0.3.1

Patch Changes

  • 5da5fbf (#107): fix(ios): provide access token for Twitter
  • b7e1e6e (#98): feat(android): provide access token for Google
  • 35d4407 (#95): chore(deps): update native dependencies

0.3.0

Patch Changes

  • 935744d (#84): fix(web): apply forceRefresh option in the getIdToken method

0.2.2

Patch Changes

  • 412e357 (#71): fix(ios): removeAllListeners method not found
  • 5648977 (#79): fix: getIdToken causes app crash if no user is signed in

0.2.1

Patch Changes

  • 5c0f381 (#55): feat: provide access tokens for Google and Facebook
  • 243011c (#58): fix: accessToken was returned as idToken

0.2.0

Minor Changes

0.1.1

Patch Changes

0.1.0

Minor Changes