firebase / firebase/firebase-admin-go
FR: [AppCheck] Create token for AppCheck
Open
type: feature request
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 274
- Avg merge
- 10h 39m
- Merged PRs (30d)
- 2
Description
Hello,
Currently, the Go Admin SDK only supports `VerifyToken` in App Check module and does not provide a way to create a new App Check token.
At the moment, only the [Node.js Admin SDK](https://firebase.google.com/docs/app-check/custom-provider) supports creating tokens:
```js
admin.appCheck().createToken(appId)
```
Could you please add support for CreateToken in the Go Admin SDK, similar to the Node.js Admin SDK? This would make it easier for Go applications to support App Check and improve application security.
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.