Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 235 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 235 Bytes

go-firebase-verify

Verifies Backend Tokens from Firebase.

Usage

VerifyIDToken(idToken string, googleProjectID string) (string, error)

Takes the JWT Token and googleProjectID as a parameter, returns the User ID (or an error).