Skip to content

firebase/firebase-admin-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

570427a · Feb 13, 2025
Oct 23, 2024
Aug 15, 2018
Oct 26, 2022
Nov 21, 2024
Oct 28, 2022
Jun 12, 2020
Nov 21, 2024
Oct 22, 2024
Nov 21, 2024
Nov 21, 2024
Feb 15, 2022
Oct 3, 2023
Nov 7, 2023
Dec 15, 2021
Dec 19, 2023
Aug 22, 2017
Oct 23, 2024
Feb 13, 2025
Jun 11, 2020
Feb 4, 2025
Feb 4, 2025

Build Status GoDoc Go Report Card

Firebase Admin Go SDK

Table of Contents

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/[email protected]

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 Admin Go SDK is compatible with at least the three most recent, major Go releases. We currently support Go v1.21 and higher. Continuous integration system tests the code on Go v1.21 through v1.23.

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.