InstaRecipe - Notification Tests

Notification Testing

Debug endpoint for testing push notifications

{#if !viewModel.subscribed}
Not Subscribed
You must enable push notifications on the homepage before testing.
{/if}

Test Notifications

Send test notifications to verify your subscription is working correctly.

{#if testMessage}
{testMessage}
{/if}
← Back to Dashboard