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
this.isReady_=fireauth.util.checkIfCordova().then(function(){// Check all dependencies installed.// Note that cordova-universal-links-plugin has been abandoned.// A fork with latest fixes is available at:// https://www.npmjs.com/package/cordova-universal-links-plugin-fixvarsubscribe=fireauth.util.getObjectRef('universalLinks.subscribe',goog.global);if(typeofsubscribe!=='function'){throwfireauth.CordovaHandler.getError_('cordova-universal-links-plugin-fix is not installed');}
The text was updated successfully, but these errors were encountered:
If remove old plugin, add ionic ionic-plugin-deeplinks
And try to SignInWithRedirect on iOS
On firebase SDK there is checks if plugins are installed
The text was updated successfully, but these errors were encountered: