Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(pwa): update public directory for all versions of react
  • Loading branch information
brandyscarney committed Nov 18, 2025
commit 108236fca177f8c8ac0f8d4f7a67d39d481ebd68
2 changes: 1 addition & 1 deletion versioned_docs/version-v6/react/pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ With the Firebase CLI installed, run `firebase init` within your Ionic project.

**"Select a default Firebase project for this directory:"** Choose the project you created on the Firebase website.

**"What do you want to use as your public directory?"** Enter "build".
**"What do you want to use as your public directory?"** Enter "dist".

:::note
Answering these next two questions will ensure that routing, hard reload, and deep linking work in the app:
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v7/react/pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Create a new Firebase project or select an existing one.

**"Select a default Firebase project for this directory:"** Choose the project you created on the Firebase website.

**"What do you want to use as your public directory?"** Enter "build".
**"What do you want to use as your public directory?"** Enter "dist".

:::note
Answering this next question will ensure that routing, hard reload, and deep linking work in the app:
Expand Down