---
title: "Generate Firebase JWT tokens in seconds"
description: "Create a JWT token for your Firebase user easily with firebasejwt.com\n"
canonicalUrl: "https://zuplo.com/blog/2023/06/27/firebase-jwt-generator"
pageType: "blog"
date: "2023-06-27"
authors: "josh"
tags: "Firebase, JWT API Authentication"
image: "https://zuplo.com/og?text=Generate%20Firebase%20JWT%20tokens%20in%20seconds"
---
In January, we launched [supbasejwt.com](https://supabasejwt.com) -
[announcement here](/blog/supabase-jwt-auth-helper) to help you quickly create
JWT tokens for your Supabase backend, because, you know - _sometimes you just
really want a JWT token_.

Having quick and easy access to JWT tokens is super useful when testing your API
or using an API Gateway like Zuplo.

Today, we're announcing [firebasejwt.com](https://firebasejwt.com) - because
sometimes you just want to get a JWT token.

It's easy to use and the instructions are on the homepage. Also, check out this
video for a quick guide.

<YouTubeVideo videoId="PaLZ2ZWJCu4" />

It's open source too - contribute on
[github](https://github.com/zuplo/firebase-jwt)