Open
Description
Describe your environment
- Operating System version: Mac OS Big sur 11.1 on M1
- Browser version: 88.0.4324.192
- Firebase UI version: 4.7.3
- Firebase SDK version: 8.2.9
Describe the problem
When using the firebase emulator to connect to Twitter, the signInSuccessWithAuthResult callback never gets called.
I've tried this with other idp provider such as facebook or github and it works as expected.
Steps to reproduce:
- Start the firebase emulator
- Change firebase auth to use the emulator
- Sign in using twitter
- After signing in, the page doesn't do anything. No errors are displayed on the console.
The problem is only with Twitter. It works fine with facebook or github.