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