docs: Add Google and Apple IDP admin operations pages - #770
Conversation
Document GoogleIdpAdmin (lookup + link) and AppleIdpAdmin (checkAccountStatus) the same way Email and Firebase already do. serverpod/serverpod#4597
|
Firebase is the one provider that already has both pages, and it orders them admin operations at 04, troubleshooting last at 05. Adding these as 04 after each folder's 03-troubleshooting reverses that, so troubleshooting stops being the closing page. Renaming to 03-admin-operations and bumping troubleshooting to 04 in both folders matches the firebase order, and no URL changes since the number prefixes are stripped from the links. |
|
The issue reference doesn't do what it looks like it does. A bare #4597 in this repo's PR title points at serverpod_docs' own number space, not the framework issue, and the body's plain serverpod/serverpod#4597 has no closing keyword, so the issue stays open when this merges. Drop #4597 from the title and write |
Related sections, firebase page order, and sentence-led identifiers. checkAccountStatus validates stored tokens; it does not refresh them.

Email and Firebase already have admin operations pages. Google and Apple did not.
I added pages for the live APIs:
Closes serverpod/serverpod#4597