After successfully developing an app in Ionic 3 for Android and iOS, I encountered a problem when adding the browser platform. The Facebook and Google login features were not functioning as expected.
Despite the assurance from Ionic documentation that the Facebook plugin is supported in the browser, it was not working for me.
Additionally, I discovered that the Google Plus plugin only works for Android and iOS platforms.
Now I am left wondering how to integrate both Facebook and Google login in a Progressive Web App created with Ionic 3.
I attempted to use the angular4-social-login module without success. I also tried utilizing the JavaScript SDK, but unfortunately, that did not work either.