firelogin:CLI中的Firebase用户身份验证

时间:2021-05-15 21:58:12
【文件属性】:
文件名称:firelogin:CLI中的Firebase用户身份验证
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-15 21:58:12
golang firebase firebase-auth firebase-authentication firebase-cli 火登录 允许您的Firebase用户在CLI应用程序中进行身份验证。 演示版 安装演示: $ go install github.com/nouney/firelogin/demo 运行: $ $GOPATH /bin/demo Your browser has been opened to visit: http://localhost:8080 Authentication successfull. Welcome, < your> . 入门 安装firelogin : $ go get github.com/nouney/firelogin 复制/粘贴下面的代码,然后运行它: package main import ( "fmt" "log" "github.com/nouney/firelogin" ) func main () { fl
【文件预览】:
firelogin-master
----.gitignore(275B)
----LICENSE(1KB)
----firelogin.go(4KB)
----README.md(2KB)
----demo()
--------main.go(557B)
----opts.go(366B)
----firebaseui.go(3KB)
----types.go(1KB)

网友评论