firebase-auth.html - Uncaught type error: Cannot read property 'token' of undefined

firebase-auth.html - Uncaught type error: Cannot read property 'token' of undefined

我从 https://github.com/PolymerLabs/todo-list 克隆了以下 Polymer 待办事项列表应用程序,在按照说明进行设置后,我 运行 在本地使用 gulp serve 获得了它。我可以按预期登录和 add/delete/update 待办事项。然而,我的一个同事做了同样的事情,却出现了以下错误

如果这很重要的话,我的同事在菲律宾工作。有人可以告诉我如何让它在他的本地机器上工作吗?我们都在使用 Chrome 顺便说一句,他没有 运行 使用部署到 firebase 的版本遇到任何问题,只是在本地主机上遇到错误。谢谢。

问题是由 firebase 元素引起的,如 here 所述。更新 firebase 元素解决了问题。