如何使用Matchbox在Clojurescript中在Firebase上注册新用户

时间:2017-12-11 21:00:17

标签: clojurescript reagent

我正在尝试使用Matchbox Library(https://github.com/crisptrutski/matchbox/blob/master/src/matchbox/core.cljc)向我的firebase注册一个新用户。我目前的代码看起来像这样

(defn makeUser [email password] (m/create-user r email password))

我从表单传递电子邮件和密码。然而,当我运行它时,没有任何反应。没有错误,也没有新用户出现在数据库中。

0 个答案:

没有答案