如何使用Cloud Functions for Firebase数据库触发器编辑/更新现有数据?我的用例:我的Firebase数据库中有现有的数据,比如a/{uid}/b,在撰写本文时,我在已经定义了b的数据库中有14-15个uids。现在,我想使用云函数来监听、写入b,并在此基础上添加更多数据。数据库触发器functions.dat
function onFormSubmitted() event.preventDefault();
var ref = new Firebase("https://mydatabase.firebaseio.com在代码的末尾,我对leerling的opmerkingen子节点执行相同的操作(leerlingPostRef.push),但是在那里替换了整个opmerkingen子程序,删除了现有的opm: postID
我在我的Xamarin Android应用程序上删除我的Firebase数据库中的项目有困难。我收到了一个400错误(坏请求)private async void RemovePost(string ActivityID) var firebase = new FirebaseClient(FirebaseURL);
var inten