docs: getting started documentation for web FirebaseUI v7#1340
docs: getting started documentation for web FirebaseUI v7#1340russellwheatley wants to merge 4 commits intomainfrom
Conversation
russellwheatley
commented
Mar 20, 2026
- Wrote a getting started document for the latest FirebaseUI web library to mirror closely the previous: https://firebase.google.com/docs/auth/web/firebaseui
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request adds a comprehensive getting started guide for the latest FirebaseUI for Web library. It provides developers with step-by-step instructions on how to integrate FirebaseUI into their web applications, covering installation, initialization, authentication method setup, and UI customization for React, Shadcn, and Angular platforms. The guide also highlights key differences from the previous FirebaseUI version and offers migration guidance. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive "Getting Started" guide that mirrors the structure of the classic FirebaseUI documentation. The guide is well-written and covers installation and usage for React, Shadcn, and Angular, along with key features like authentication methods, UI customization, and behaviors. I've identified a couple of minor inconsistencies in the documentation that should be addressed to ensure clarity for developers. My detailed feedback is in the comments below.
| { | ||
| "registries": { | ||
| "@firebase": "https://firebaseopensource.com/r/{name}.json" | ||
| } | ||
| } |
There was a problem hiding this comment.
The Shadcn registry URL provided here is inconsistent with what's mentioned in other documentation files, such as MIGRATION.md. To avoid confusion for users, it's important to use a consistent URL across all documents. I'd recommend double-checking which URL is the correct public one and updating all instances accordingly.
| { | |
| "registries": { | |
| "@firebase": "https://firebaseopensource.com/r/{name}.json" | |
| } | |
| } | |
| { | |
| "registries": { | |
| "@firebase": "https://fir-ui-shadcn-registry.web.app/r/{name}.json" | |
| } | |
| } |