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

Firebase Admin Go SDK

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

- Support the latest go version (1.18) and 2 previous as per policy. - Restrict the build matrix to the oldest and latest go versions we support (1.16 to 1.18)....

release-note
release:stage

Add an `appcheck` module which provides the ability to verify tokens, closing #483. Returns a token if valid and error otherwise, similar to the implementation in Node SDK. PTAL and...

### Discussion https://github.com/firebase/firebase-admin-go/issues/501 ### Testing * Make sure all existing tests in the repository pass after your change. ✅ * If you fixed a bug or added a feature, add...

release-note

### Environment * Operating System version: macOS Monterey Version 12.4 * Firebase SDK version: 4.8.0/ 3.13.0 * Firebase Product: messaging ### Problem Getting the following on running go build main.go...

api: messaging

### Describe your environment * Firebase SDK version: 3.3.0 * Firebase Product: Messaging/Notifications ### Describe the problem #### Steps to reproduce: We cannot use reuse a struct in the message...

api: messaging

### [REQUIRED] Step 2: Describe your environment * Operating System version: macOS * Firebase SDK version: admin * Library version: v4 * Firebase Product: auth ### [REQUIRED] Step 3: Describe...

api: auth

### [READ] Step 1: Are you in the right place? ✅ ### [REQUIRED] Step 2: Describe your environment * Operating System version: Google App Engine, Go 1.16 Runtime * Firebase...

type: feature request

I found that the SDK doesn't work with the latest version of google.golang.org/api (v0.81.0). https://github.com/googleapis/google-cloud-go/pull/6061 fixed this problem, and it is released as cloud.google.com/go/storage v1.22.1. ``` % go test ./......

After doing FR in Issue, I was asked to do PR, so I created a test and responded to the request. https://github.com/firebase/firebase-admin-go/issues/470 https://github.com/tyahha/firebase-admin-go/commit/2d00814367245fc692bd4fcbb1785411149a1b63#commitcomment-72875565

use of go get to build and install packages is deprecated. FYI, golint is also deprecated https://github.com/golang/go/issues/38968