How can I test firebase auth triggers locally?

前端 未结 0 899
闹比i
闹比i 2020-12-10 09:06

This is my code

const functions = require(\'firebase-functions\');

exports.doSomething = functions.auth.user().onCreate(function(user) {
    const userJsonSt         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题