[TIMOB-23644] Ability to use Ti.AccountKit (iOS & Android) with ArrowDB
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | n/a |
Reporter | Joseph Sachs |
Assignee | Unknown |
Created | 2016-07-04T16:38:06.000+0000 |
Updated | 2018-02-28T19:55:04.000+0000 |
Description
Ti.AccountKit for iOS: https://github.com/hansemannn/ti.accountkit
Ti.AccountKit for Android: https://github.com/AppWerft/Ti.AccountKit
Previously we used to use SocialIntegrations with ArrowDB, however, if we would like to use the no-password solution for our users, is there a way to associate a confirmed account via Ti.AccountKit (either email or phone number) with an account on ArrowDB?
Anything special to integrate with ArrowDB with the returned result from Ti.AccountKit
accountkit.addEventListener("login", function(e) {
Ti.API.warn("success: " + e.success);
Ti.API.warn(e);
// Do we use (Social Integration or regular New Account creation) via ArrowDB
});
Hello, Thanks for submitting the ticket. Our engineers will look into it. We will let you know. Please follow the ticket for update. Thanks.