基于,在Firebase数据库中添加/更新/删除文档时,可以通过以下方式创建云函数以触发:
functions.database.ref('/messages/{pushId}/original').onUpdate();
但是,当我调用以下内容时,使用Node.js管理SDK:
admin.database().ref("/messages/{pushId}/original").onUpdate();
它返回错误:
TypeError: admin.database(...).ref(...).onUpdate is not a function
在云运行或
我最近切换到了一个fedora 19云服务器服务,除了htaccess之外,大多数事情都已经解决了。我是做错了还是错过了什么?
这是我在httpd.conf文件中更新的内容。
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All