Firebase cloud functions from JCEF
Answered
Hello,
I am currently building a plugin to integrate a web app into the IntelliJ platform using JCEF.
My problem is that I cannot make requests to Firebase to call any of my cloud functions from javascript running in the JCEF browser. Every POST request results in an Internal Error that I can not get around.
Is there some way to configure the JCEF browser to allow these types of requests or is there another way to handle a situation like?
Additionally, I am unable to use OAuth 2 flows for my authentication service to sign in to google which is a related issue as well that I am trying to get around.
Any information would be greatly appreciated.
Thanks!
Please sign in to leave a comment.
Hi Nathan,
Unfortunately it is no longer possible to sign-in to google services for CEF-based embedded browsers like JCEF, see: https://developers.googleblog.com/2020/08/guidance-for-our-effort-to-block-less-secure-browser-and-apps.html
Also: https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=18165