-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(authentication): add
idTokenChange
event listener (#751)
* feat: extend authentication to support id token change event (#710) * adds type definitions * feat: extend authentication to support id token change event (#710) * implements idTokenChange on the web * feat: extend authentication to support id token change event (#710) * refactors handling id token change in separate method on the web * feat: extend authentication to support id token change event (#710) * implements idTokenChange on ios * feat: extend authentication to support id token change event (#710) * implements idTokenChange on android * feat: extend authentication to support id token change event (#710) * ios pod install * feat: extend authentication to support id token change event (#710) * replaces user with an object with token property * feat: extend authentication to support id token change event (#710) * removes IdTokenChange interface * feat: extend authentication to support id token change event (#710) * refactors handleIdTokenChange on the web * feat: extend authentication to support id token change event (#710) * refactors handleIdTokenChange on ios and android * feat: extend authentication to support id token change event (#710) * removes todos * feat: extend authentication to support id token change event (#710) * adds changeset * Update .changeset/chilled-pumpkins-kick.md * Update packages/authentication/src/definitions.ts * Update packages/authentication/src/definitions.ts * feat: extend authentication to support id token change event (#710) * implements suggested changes --------- Co-authored-by: Robin Genz <[email protected]>
- Loading branch information
Showing
9 changed files
with
139 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@capacitor-firebase/authentication': minor | ||
--- | ||
|
||
feat: add `idTokenChange` event listener |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters