2
2 Comments

How to test an API expecting Firebase token

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 ;)

submitted this linkon May 9, 2022
  1. 1

    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.

    1. 1

      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 ;)