firebase
firebase-admin-go
Go

Firebase Admin Go SDK

Last updated Jul 8, 2026
1.3k
Stars
272
Forks
98
Issues
0
Stars/day
Attention Score
78
Language breakdown
Go 100.0%
Files click to expand
README

Build Status GoDoc Go Report Card

Firebase Admin Go SDK

Table of Contents

* Overview * Installation * Contributing * Documentation * License and Terms

Overview

Firebase provides the tools and infrastructure you need to develop apps, grow your user base, and earn money. The Firebase Admin Go SDK enables access to Firebase services from privileged environments (such as servers or cloud) in Go. Currently this SDK provides Firebase custom authentication support.

For more information, visit the Firebase Admin SDK setup guide.

Installation

The Firebase Admin Go SDK can be installed using the go get utility:

# Install the latest version:
go get firebase.google.com/go/v4@latest

Or install a specific version:

go get firebase.google.com/go/v4@4.x.x

Contributing

Please refer to the CONTRIBUTING page for more information about how you can contribute to this project. We welcome bug reports, feature requests, code review feedback, and also pull requests.

Supported Go Versions

The Firebase Admin Go SDK is compatible with the two most-recent major Go releases, following the same policy as the Go programming language. This means the currently supported versions are:

  • Go 1.25
  • Go 1.26
Continuous integration system tests the code on Go 1.25 and 1.26.

Documentation

License and Terms

Firebase Admin Go SDK is licensed under the Apache License, version 2.0.

Your use of Firebase is governed by the Terms of Service for Firebase Services.

🔗 More in this category

© 2026 GitRepoTrend · firebase/firebase-admin-go · Updated daily from GitHub