I'm trying to use firebase authentication with Twitter in a Chrome Extension, I've checked a sample on how to authenticate using Google and it worked, but when I tried to adapt this example to Twitter, I'm not able to achieve anything close to an authentication succeed.
Is there anyone that could give me a hint? A sample code would be awesome! XD
Another doubt that I have is... if I have a twitter token from a different flow (not related to firebase), can I use it with firebase to authenticate my user to my firebase app?
Thanks!