Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ionic framework ionic.user.current()返回的ionic用户数据;_Ionic Framework - Fatal编程技术网

Ionic framework ionic.user.current()返回的ionic用户数据;

Ionic framework ionic.user.current()返回的ionic用户数据;,ionic-framework,Ionic Framework,是否有一本参考手册,说明通过呼叫返回的信息: user=Ionic.user.current()根据 是的,但我需要知道的是默认情况下“用户”包含哪些数据。例如,我认为有user.u经过身份验证,但可能还有其他用户?@BillNoble你发现了吗?我需要得到的电子邮件,用户注册,但不知道如何。ThanksNo从未找到相关文档,因此决定改用Firebase。 // this will give you a fresh user or the previously saved 'current u

是否有一本参考手册,说明通过呼叫返回的信息:

user=Ionic.user.current()根据


是的,但我需要知道的是默认情况下“用户”包含哪些数据。例如,我认为有user.u经过身份验证,但可能还有其他用户?@BillNoble你发现了吗?我需要得到的电子邮件,用户注册,但不知道如何。ThanksNo从未找到相关文档,因此决定改用Firebase。
// this will give you a fresh user or the previously saved 'current user'
var user = Ionic.User.current();