Hi there,
I’m trying to set up the firebase extension as defined here: https://docs.moralis.io/docs/web3-firebase-streams
When I run firebase ext:install moralis/moralis-streams
the prompt starts, configures the region, and asks for the Moralis API key but never accepts my API key input and just keeps prompting for a key:
Cloud Functions location: Where do you want to deploy the functions created for this extension? For help selecting a location, refer to the location selection guide (https://firebase.google.com/docs/functions/locations).
? Which option do you want enabled for this parameter? Select an option with the arrow keys, and use Enter to confir
m your choice. You may only select one option. South Carolina (us-east1)
Moralis API Key: The API key that is retrievable from the Moralis Admin Panel.
? Where would you like to store your secrets? You must select at least one value Google Cloud Secret Manager (Used b
y deployed extensions and emulator)
? This secret will be stored in Cloud Secret Manager (https://cloud.google.com/secret-manager/pricing) as ext-morali
s-streams-MORALIS_API_KEY and managed by Firebase Extensions (Firebase Extensions Service Agent will be granted Secr
et Admin role on this secret).
Enter a value for Moralis API Key: [hidden]
âš The app ID must be retrieved from the Moralis Admin Panel.
? This secret will be stored in Cloud Secret Manager (https://cloud.google.com/secret-manager/pricing) as ext-morali
s-streams-MORALIS_API_KEY and managed by Firebase Extensions (Firebase Extensions Service Agent will be granted Secr
et Admin role on this secret).
Enter a value for Moralis API Key: [hidden]
âš The app ID must be retrieved from the Moralis Admin Panel.
? This secret will be stored in Cloud Secret Manager (https://cloud.google.com/secret-manager/pricing) as ext-morali
s-streams-MORALIS_API_KEY and managed by Firebase Extensions (Firebase Extensions Service Agent will be granted Secr
et Admin role on this secret).
Enter a value for Moralis API Key: [input is hidden]
I am simply copying my key (I’ve verified it is on the clipboard correctly) and trying to paste but it is not being accepted.
Any idea how to troubleshoot?
Thanks!