docs: Reshape the Authentication provider pages for 4.0 - #731
Open
developerjamiu wants to merge 1 commit into
Open
docs: Reshape the Authentication provider pages for 4.0#731developerjamiu wants to merge 1 commit into
developerjamiu wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #728 and #729. This PR normalizes the shape of the Authentication provider pages so every provider group follows the same structure. Content changes are limited to what the restructure requires plus fixes found in the pre-PR review.
Structure
customizationspage (server configuration, then app configuration, then UI). Email and Firebase keep their separate UI pages since their scope differs.configurationpage is renamed tocustomizations, and it gains a troubleshooting page matching its siblings (16 entries, each verified against the framework source).Content fixes from the review pass
/appserving path throughout; default projects (no website option) serve the built app at/. Corrected in four places, with the website-option case called out.google-services.jsonfallback on Android only works with the Firebase Gradle plugin; plain projects must pass client IDs in code or with--dart-define.RateLimitactually requires.FacebookIdpConfigparameter reference matching the Google/GitHub tables.Redirects
The removed URLs (
customizing-the-uipages,microsoft/configuration,anonymous/configuration) only exist in the/nextversion, so@docusaurus/plugin-client-redirectsrejects redirect entries for them while 3.4.0 is the served default. The full redirect list is recorded and will land at the 4.0 GA cutover.