Hi,
When following the steps from this page https://docs.moralis.io/docs/web3-firebase-streams, the CLI will ask for the API Key:
Moralis API Key: The API key that is retrievable from the Moralis Admin Panel.
If I copy the App Key from the stream admin dashboard, I rececive the following error:
✖ Installing your extension instance. This usually takes 3 to 5 minutes...
Error: HTTP Error: 400, Secret ID `[REDACTED]` is invalid, must be of form `projects/*/secrets/*/versions/*`
So I assumed it wanted a Google secret manager resource ID, so I’ve created on but when I do so, I then get the following:
? Enter a value for Moralis API Key: projects/[redacted]/secrets/moralis-stream-indexer/versions/1
⚠ The app ID must be retrieved from the Moralis Admin Panel.
Any ideas on how to solve this issue ?