Document --push flag for testing native push notifications

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Rosa Gutierrez
2026-01-24 13:52:02 +01:00
parent 9c165e1e89
commit 6ec3cc6f2c
+10
View File
@@ -46,6 +46,16 @@ This will ask for your 1password authorization to read and set the environment v
* [Staging](https://dashboard.stripe.com/acct_1SdTbuRvb8txnPBR/test/dashboard)
* [Production](https://dashboard.stripe.com/acct_1SNy97RwChFE4it8/dashboard)
## Working with Push Notifications
To test native push notifications (APNs and FCM) locally, start the dev server with the `--push` flag:
```sh
bin/dev --push
```
This will ask for your 1Password authorization to fetch the push credentials. Note that this loads the **production** APNs and FCM credentials into your environment.
## Environments
Fizzy is deployed with [Kamal](https://kamal-deploy.org/). You'll need to have the 1Password CLI set up in order to access the secrets that are used when deploying. Provided you have that, it should be as simple as `bin/kamal deploy` to the correct environment.