Skip to content

Conversation

@sam-gc
Copy link
Contributor

@sam-gc sam-gc commented Feb 12, 2021

This change also reshuffles the Cordova code structure a bit

@changeset-bot
Copy link

changeset-bot bot commented Feb 12, 2021

⚠️ No Changeset found

Latest commit: 52bef71

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR


/** Custom AuthEventManager that adds passive listeners to events */
export class CordovaAuthEventManager extends AuthEventManager {
private readonly passiveListeners = new Set<(e: AuthEvent) => void>();
Copy link
Contributor Author

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

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Feb 12, 2021

Binary Size Report

Affected SDKs

No changes between base commit (9ac2093) and head commit (6eef2f5).

Test Logs

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Feb 12, 2021

Size Analysis Report

Affected Products

No changes between base commit (9ac2093) and head commit (6eef2f5).

@sam-gc sam-gc merged commit 40afc0c into master Feb 16, 2021
@sam-gc sam-gc deleted the samgho/cdv-more-events branch February 16, 2021 21:42
@firebase firebase locked and limited conversation to collaborators Mar 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants