Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
2
Likes
2
Comments
How to test an API expecting Firebase token
by
Anton Krasov
https://medium.com/@antonkrasov/how-to-test-an-api-expecting-firebase-token-fd664eb36151
Can save some time for someone who is using Firebase in their tech stack ;)
Hi Anton. Nice article. There is also a command line utility for generating Firebase Tokens that you might find useful when testing.
https://github.com/andyfusniak/firetoken
BTW, you don't need to hide your Firebase API Key in your articles as this is a public key that can easily be obtained.
Hey, thank you, yep, sometimes CLI can work as well.
I know, but it's a little bit harder than just copy-paste from the repo ;)