2017-06-15 47 views
0

調用火力「內部ASSERT失敗:無效的元數據響應」

const admin = require('firebase-admin') 
admin.initializeApp({....}) 
admin.auth().getUserByEmail('<email address>') 

同樣的錯誤發生在調用

admin.auth().getUser('<uid>') 

這只是發生一些電子郵件地址時,遇到了這個錯誤。當我使用認證儀表板,我可以通過電子郵件查找這些用戶,但由於某種原因,從API獲取他們這個錯誤

enter image description here

+0

聽起來像它可能是一個錯誤。您應在此處提交錯誤報告:https://firebase.google.com/support/contact/bugs-features/ 幷包含您的項目ID,某些情況下始終有效,以及某些情況下無法正常工作。 –

+0

謝謝,仁,我提出了一個細節和例子的錯誤 – dylanjha

回答

0

我是火力管理員版本4.0.4拒絕

在發行說明中發現了這一點。

enter image description here