'Can you connect a Firebase Web-App Authentication to an Electron app?

No Code Here

I am currently creating a react.js app in which I want turn into a desktop app via electron.js. I have a login component in my react app, that is authenticated via firebase (web authentication) configuration. My question is, if I turn my web app into a desktop via electron.js, will I need to change my authentication method too? Or will it it work as is?

(P.S english is my second-language, If you are confused with my question or need any clarification let me know)

Thank You!

-Zpo



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source