- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
问题
我似乎在使用 emberfire 时遇到以下错误,我按照文档进行操作但仍然收到错误:
Uncaught TypeError: this._ref.push is not a function
at Class.generateIdForRecord (firebase.js:75)
at Class._generateId (-private.js:10359)
at Class.createRecord (-private.js:10325)
at Class.test (home.js:13)
at Class.send (action_handler.js:32)
at action.js:141
at exports.flaggedInstrument (ember-metal.js:3730)
at action.js:140
at Backburner.run (backburner.js:537)
at run (ember-metal.js:4267)
以下代码是错误的来源,该代码只是放置在名为 home 的 Controller 中的操作中:
var newGlobal = this.store.createRecord('global', {
about: 'test',
});
newGlobal.save();
数据库的规则设置为:
{
"rules": {
".read": true,
".write": true
}
}
并且数据库为空。
我还设置了config/environment.js
请问有什么想法吗?
提前谢谢
有用的链接
最佳答案
现在这个问题已经解决了,问题是我创建了一个名为 firebase
的自定义 ember 服务。
我已将其注入(inject)到 home
Controller 中,如下所示:
firebase: Ember.inject.service()
关于javascript - emberfire:this._ref.push 不是一个函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46865514/
文档说: In addition, variants of these types with the _ref suffix are defined for reference-typed tenso
我只是对 javascript 的基本知识使用react,我在我的服务器中查询处理 mysql 并且连接很好但是返回是我遇到问题的地方,它应该返回一个带有查询的 JSON但我发现错误 typeErro
考虑以下情况:您无法直接访问 for 循环的数组,例如 for x, y in [1,2,3] console.log x, y, [1,2,3].length 其中需要再次键入数组 [1,2,3
问题 我似乎在使用 emberfire 时遇到以下错误,我按照文档进行操作但仍然收到错误: Uncaught TypeError: this._ref.push is not a function
如何将引用张量类型转换为值张量类型? 我找到的唯一方法是给张量加一个零。有什么方便的方法吗? 在assign下面是一个引用类型的张量。如何摆脱 _ref? import tensorflow as t
我正在尝试克隆 Instagram,但在使用 FlatList 时出现此错误: 错误:类型错误:未定义不是对象(正在评估“_ref.item”) 我关注了这个tutorial在 youtube 上,我
我正在尝试克隆 Instagram,但在使用 FlatList 时出现此错误: 错误:类型错误:未定义不是对象(正在评估“_ref.item”) 我关注了这个tutorial在 youtube 上,我
我正在使用 redux-react-native-i18n用于本地化。 我遇到了这个错误 TypeError: undefined is not an object (evaluating '_ref
首先,不要评判我,我对整个 React Native 场景和 Javascript 场景有点陌生,学习主要是 React Native,这是我在学校的最后一个顶点。 My Firestore Data
我是一名优秀的程序员,十分优秀!