cordova-plugin-accountkit icon indicating copy to clipboard operation
cordova-plugin-accountkit copied to clipboard

AccountKit Plugin for Apache Cordova which allows you to add passwordless email and SMS authentication to your app

Results 38 cordova-plugin-accountkit issues
Sort by recently updated
recently updated
newest added
trafficstars

How can i change language? Can i help you?

Hi, everyone. Thanks for this plugin. It's very helpul. I use it in my ionic2 app. But when i use the function getAccount after the phone authentification, it sends me...

good first issue

Hi, i'm new for cordova app i trying to login my app ( ionic + AngularJs + Cordova ) using account kit with mobile number verification and i'm trying cordova-plugin-accountkit...

https://stackoverflow.com/questions/50642522/certificate-error-while-adding-a-cordova-plugin

I have a problem when build android with plugin. Someone can help me ? FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. >...

This code requires iOS code to pass array (["+6", "111111"]) in initialPhoneNumber options. This differs with Android and Browser platform, whereby initialPhoneNumber is simply a string. Besides, the country code...

I have to login again if I open the app again (without actually killing it) from background, while the app is in middle of making its login operation via Accountkit....

Hello i have the following code: `(window).AccountKitPlugin.getAccount(user=>{ console.log('Usuario 1: ', user); this.userId = user.accountId; this.db.getUser(user.accountId).on('value', ss=>{ console.log("Usuario 2:", ss.val()); this.phone = ss.val().phone; this.addressF = ss.val().billing.address; this.ci = ss.val().billing.ci; this.name =...