-
Notifications
You must be signed in to change notification settings - Fork 987
Add an app activity listener to more-or-less complete the redirect sign in flow. #4472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
|
||
| /** Custom AuthEventManager that adds passive listeners to events */ | ||
| export class CordovaAuthEventManager extends AuthEventManager { | ||
| private readonly passiveListeners = new Set<(e: AuthEvent) => void>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly moved from popup_redirect.ts except for the new initPromise field and the initialized() function
Size Analysis Report |
packages-exp/auth-exp/src/platform_cordova/popup_redirect/utils.test.ts
Outdated
Show resolved
Hide resolved
…s.test.ts Co-authored-by: Yuchen Shi <[email protected]>
This change also reshuffles the Cordova code structure a bit