Skip to content
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

How to get notified when the user clicks one of the signin buttons? #192

Open
abierbaum opened this issue Dec 22, 2022 · 1 comment
Open

Comments

@abierbaum
Copy link

I think I am missing something very simple here. I would like to find a way to get notified when the user clicks a button to try to sign in. In my case I need to keep track of this to understand that a user is proceeding with a signup.

I saw this issue firebase/firebaseui-web#288 on firebaseui-web that maybe there is a callback uiChanged that could be used, but it doesn't look exposed.

I also tried using an ElementRef to find the native button elements, but failed there because they get dynamically added after initialization and I can't determine the right place to jack into them and add event handlers.

Does anyone have an idea on this?

@RaphaelJenni
Copy link
Owner

I'm currently a bit low on time. It is on my todo list, but I cannot give any timeframe. If it is urgent, feel free to create a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants