I am developing a cordova-application that is supposed to be used within the browser and on iOS/Android.
I am using Firebase-Auth with Email, FB, and Google-Auth as Providers.
As cordova-apps are served from file://
and oAuth needs a redirect-URL using firebase-ui-web does not work out of the box on mobile plattforms.
Is there any way around that or do I need to use the native firebase-bindings and pass the oauth-token somehow up to the webapp. If so, how?