-
Notifications
You must be signed in to change notification settings - Fork 270
Docs/fix notification doc #588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
🟡 Heimdall Review Status
|
|
|
||
| Always use both `fid` and `appFid` together to identify a unique user-client combination. | ||
| </Info> | ||
| <Info> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a warning under the <Info> to say this. Since the info above is helpful and not setting the neynar API key will result in an error.
<Warning>
Set the `NEYNAR_API_KEY` environment variable in your project to complete webhook verification. You can request a free API key [here](https://dev.neynar.com/).
</Warning>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hughescoin resolved now
Prerequisites
Before implementing notifications, make sure you have a Neynar API key (free tier available) to verify webhook events from the Base app.
Set the NEYNAR_API_KEY environment variable in your project:
NEYNAR_API_KEY=your_api_key_hereit has to be a pre req because the code cant run without this
| <Step title="Create a webhook server"> | ||
| Create a webhook server to handle webhook events. | ||
|
|
||
| <Info> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we removing this?
| </Warning> | ||
| </Panel> | ||
|
|
||
| ## Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What changed? Why?
-- added call out to using neynar for notification verification