An open API service indexing awesome lists of open source software.

https://github.com/gebes/firebase-create-test-token

Simply create a Firebase test token
https://github.com/gebes/firebase-create-test-token

firebase golang jwt

Last synced: 2 months ago
JSON representation

Simply create a Firebase test token

Awesome Lists containing this project

README

          

# Firebase Create Test Token

Create a custom token for a specific UID and simply verify it using the Firebase API.

```go
func CreateFirebaseTestToken(client *auth.Client, firebaseKey, uid string) (string, error)
```