2017-04-24 96 views
1

雲功能如果我有這行代碼:獲取從URL ID在火力地堡

functions.database.ref('/users/{randomid}/{uid}') 

我可以從UID通過event.data.key拿到鑰匙;但是我怎樣才能從ID randomid? randomkey由Swift中的childByAutoId生成。謝謝。

+0

它的文檔中描述:https://firebase.google.com/docs/functions/database-events –

回答

1

如果你想獲得{randomid}使用生成的密鑰:

const randomid= event.params.randomid;