Electron with Firebase authentication

痞子三分冷 提交于 2019-12-11 09:47:35

问题


I have a web applications written in React that I want to also encapsulate into Electron. The authentication part is done using Firebase signinWithPopup method.

When trying to authenticate electron opens a popup but nothing happens and it remains blank. I can't seem to catch any error in the console of the main app or the popup. I'm suspecting it may be an issue with the authorized domains inside Firebase but I'm not sure and I was wondering if it's even possible.

来源:https://stackoverflow.com/questions/47057319/electron-with-firebase-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!