go-firebase icon indicating copy to clipboard operation
go-firebase copied to clipboard

AppEngine friendly Firebase for Go (Golang)

Results 2 go-firebase issues
Sort by recently updated
recently updated
newest added
trafficstars

`auth.Server()` method is creating a new `ServeMux` and setting the handlers for generate and verify handlers. This is useful when you are using `http.Handler` or `http.HadleFunc` with default `ServeMux`. However,...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190926025831-c00fd9afed17 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190926025831-c00fd9afed17&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies