Skip to content

Add fetchSignInMethodsForEmail to auth-next #2924

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

Merged
merged 4 commits into from
Apr 17, 2020

Conversation

avolkovi
Copy link
Contributor

No description provided.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 16, 2020

Binary Size Report

Affected SDKs

No changes between base commit (cb6ef17) and head commit (2b6a5d8).

Test Logs

*/

export function getCurrentUrl(): string {
return window?.location?.href || self?.location?.href || '';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't self just a direct alias to window?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apparently window doesn't exist in workers but self does, this should probably just use the self version though

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@avolkovi avolkovi merged commit 9190a4c into auth-next Apr 17, 2020
@avolkovi avolkovi deleted the avolkovi/auth-next-sign-in-methods branch April 17, 2020 23:40
avolkovi added a commit that referenced this pull request Apr 22, 2020
* Add fetchSignInMethodsForEmail to auth-next

* [AUTOMATED]: Prettier Code Styling

* PR Feedback

* [AUTOMATED]: Prettier Code Styling
avolkovi added a commit that referenced this pull request Apr 23, 2020
* Add fetchSignInMethodsForEmail to auth-next

* [AUTOMATED]: Prettier Code Styling

* PR Feedback

* [AUTOMATED]: Prettier Code Styling
avolkovi added a commit that referenced this pull request Apr 24, 2020
* Add fetchSignInMethodsForEmail to auth-next

* [AUTOMATED]: Prettier Code Styling

* PR Feedback

* [AUTOMATED]: Prettier Code Styling
@firebase firebase locked and limited conversation to collaborators May 18, 2020
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.

4 participants