Firebase Admin when I add a user email is anonymous

青春壹個敷衍的年華 提交于 2019-12-12 03:44:00

问题


IM using the new firebase admin SDK for node js and I created an api where I can add users. Everything is working fine but when I see a new user in my firebase dashboard I find Anonymous.


回答1:


When you create a custom authentication token with Firebase Admin SDK, those users are not shown in the Firebase Authentication console.



来源:https://stackoverflow.com/questions/42000449/firebase-admin-when-i-add-a-user-email-is-anonymous

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!