How to communicate firebase webapp with chrome extension to avoid double login
问题 I have a problem with creating a communication between the external webpage and chrome extension. I suppose I need something like this. User tries to log in with login form on "example.com" using Firebase Auth (using google/Fb/email - password providers) If User logged in successfully, then the same credentials are sending to the chrome extension The extension calls signInWithCredential with taken credentials, and try to log in again If everything is ok, then User can work with firebase dB