Ti Wang
Ti Wang
Seeing this error on the gRPC client when invoking RPCs in multiple threads.
You will need to build the localized library yourself: https://github.com/firebase/firebaseui-web#building-firebaseui
I've experienced the similar issue. It turned out that I need to add `gap` in content security policy in the html metadata: https://github.com/apache/cordova-plugin-whitelist#content-security-policy
If you want to disable accountchooeser, you can disable it by adding: `credentialHelper: 'none'` in the config object.
I tried popup mode with firebaseui: https://github.com/firebase/firebaseui-web#demo It works for me. So it should be something wrong with the react-wrapper. I'll look into it when I have time. Thanks for...
@dmjones This is a reasonable use case we would like to support in future. We will look into it and keep you posted. Thanks!