My app needs to allow Google sign-in. What I gather from Juce Web Browser doesn't support google login and OAuth 2.0 pour les applications mobiles et de bureau | Authorization | Google for Developers, is that a JUCE web browser with URL is not supported anymore (or might work intermittently/inconsistently).
I have a server-side to which I connect with a JUCE-base REST Client. Is there any way I can use Google’s server-side or JS web app’s to incorporate this functionality? This way I could simply have an endpoint opened without adding any external libraries to my project.
What I am truly trying to avoid is writing code in Swift or Kotlin - I might be open to Firebase but this seems overkill? any experience with it?
