Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Dont execute getAccount on IOS #37

Open
davidgalarza opened this issue Oct 9, 2017 · 0 comments
Open

Dont execute getAccount on IOS #37

davidgalarza opened this issue Oct 9, 2017 · 0 comments

Comments

@davidgalarza
Copy link

Hello i have the following code:
(<any>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 = ss.val().billing.name; }) }, (err)=>{ console.log(err); });
It works fine in andoid but dont execute on ios

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant