I want to verify Firebase's token on the server side using this third party library in the C++. But I have some misunderstanding: For the token validation I need to provide public and private keys, Firebase says that:
Must correspond to one of the public keys listed at https://www.googleapis.com/robot/v1/metadata/x509/[email protected]
But when I opened the link, I could not find public and private keys which I should pass for token verifying.
So, how can I get public and private keys for token verifying?