From 4f9d6bc1cfec7f8c6dc51fbd13e49d6c0ec4e0e5 Mon Sep 17 00:00:00 2001 From: Chiziaruhoma Ogbonda Date: Mon, 20 Apr 2026 11:38:17 +0100 Subject: [PATCH] docs: Update Apple Sign-In setup instructions to include migration command --- .../11-authentication/04-providers/04-apple/01-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-concepts/11-authentication/04-providers/04-apple/01-setup.md b/docs/06-concepts/11-authentication/04-providers/04-apple/01-setup.md index ca657c6a..9939f1a7 100644 --- a/docs/06-concepts/11-authentication/04-providers/04-apple/01-setup.md +++ b/docs/06-concepts/11-authentication/04-providers/04-apple/01-setup.md @@ -2,7 +2,6 @@ Sign-in with Apple requires that you have a subscription to the [Apple Developer Program](https://developer.apple.com/programs/), even if you only want to test the feature in development mode. - :::caution You need to install the auth module before you continue, see [Setup](../../setup). ::: @@ -198,6 +197,7 @@ Run `serverpod generate` to generate the client code, then create and apply a da ```bash serverpod generate +serverpod create-migration dart run bin/main.dart --apply-migrations ```