Giter VIP home page Giter VIP logo

Comments (4)

chemerisuk avatar chemerisuk commented on July 17, 2024

Have you tried to build from Xcode? My cordova build fails from command line as well, but Xcode works without issues (and archives successfully too).

Some firebase libs requires core dependency indeed. Is this error you see prevents app from running?

from cordova-plugin-firebase-authentication.

andreszs avatar andreszs commented on July 17, 2024

I can build from Xcode only and the app works. But with cordova broken, I can no longer add, edit, or update plugins, I have to uninstall and reinstall your plugin constantly to keep using cordova... could you add the help wanted tag to this post to see if someone provides a fix?

A strange thing on the iOS app is this, the signOut method calls back the error function instead of the success one:

cordova.plugins.firebase.auth.signOut().then(function() {
	// user was signed out
	console.log('signOut: OK'); // Android returns this and shows OK
}, function(error) {
	// error handling
	console.error('signOut: ' + error); // iOS returns this and shows null
});

from cordova-plugin-firebase-authentication.

chemerisuk avatar chemerisuk commented on July 17, 2024

I can no longer add, edit, or update plugins, I have to uninstall and reinstall your plugin constantly to keep using cordova...

Why do you need to delete the auth plugin in order to add a new cordova plugin?

I will fix signOut, this is a bug in iOS implementation

from cordova-plugin-firebase-authentication.

chemerisuk avatar chemerisuk commented on July 17, 2024

Published v1.0.1 that includes fix for method signOut

from cordova-plugin-firebase-authentication.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.