You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the necessary Cordova plugins, make the necessary Firebase Console changes and update your config.xml file as documented in OAuth Sign-In for Cordova
In that document, it says to install the universal links plugin
Plugin to handle Universal Links (Android app link redirects) cordova plugin add cordova-universal-links-plugin --save
However, the universal links plugin is not compatible with Cordova Android 7.0.0. See this issue. One could downgrade to Cordova Android 6.3.0, but there are other Cordova plugins which require 7.0.0. Therefore, we are reduced to using an ugly hack/fork against the universal links plugin.
Yes, I know, this is not a problem with firebaseUI per se. It's not even a problem with Firebase authorization per se. However, it is a problem in the sense that I cannot use those features with Cordova, given the version incompatibilities. At a minimum, one might hope that this would be documented, or if cordova-universal-links-plugin is going to be recommended as the "official" approach for users of Firebase authentication under Cordova, it would be even more wonderful if the Firebase team could provide some kind of work-around or alternative.
The text was updated successfully, but these errors were encountered:
rtm
changed the title
Version issue with cordova-plugin-universal link
Version issue with cordova-plugin-universal-links
Jun 19, 2018
rtm
changed the title
Version issue with cordova-plugin-universal-links
Version issue with cordova-universal-links-plugin
Jun 19, 2018
In the readme, you say
In that document, it says to install the universal links plugin
However, the universal links plugin is not compatible with Cordova Android 7.0.0. See this issue. One could downgrade to Cordova Android 6.3.0, but there are other Cordova plugins which require 7.0.0. Therefore, we are reduced to using an ugly hack/fork against the universal links plugin.
Yes, I know, this is not a problem with firebaseUI per se. It's not even a problem with Firebase authorization per se. However, it is a problem in the sense that I cannot use those features with Cordova, given the version incompatibilities. At a minimum, one might hope that this would be documented, or if
cordova-universal-links-plugin
is going to be recommended as the "official" approach for users of Firebase authentication under Cordova, it would be even more wonderful if the Firebase team could provide some kind of work-around or alternative.The text was updated successfully, but these errors were encountered: