Using firebase-admin-go with fire.com

Go integration

Install
go get github.com/firebase/firebase-admin-go
Quick start
import "firebase-admin-go"

// Initialize client
client := firebase-admin-go.NewClient("YOUR_API_KEY")
View List of Cards.
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.fire.com/business/v1/cards
Returns list of all users on your fire.com account
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.fire.com/business/v1/users
Get list of ASPSPs / Banks
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.fire.com/business/v1/aspsps
SDK on GitHub 📄 API Docs
SDK
firebase-admin-go
Go
API
fire.com
fire.com
At a glance
Language Go
Endpoints39
Base URLhttps://api.fire.com/business