Skip to content

Commit b1b9570

Browse files
committed
add beta tag to install instructions
1 parent b4669f7 commit b1b9570

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ First, remove the old `firebaseui` package and install the appropriate new packa
5353

5454
Install the new React package:
5555
```bash
56-
npm install @firebase-oss/ui-react
56+
npm install @firebase-oss/ui-react@beta
5757
```
5858

5959
The package automatically includes the core package as a dependency, so you don't need to install `@firebase-oss/ui-core` separately.
@@ -69,7 +69,7 @@ First, remove the old `firebaseui` package and install the appropriate new packa
6969

7070
Install the new Angular package:
7171
```bash
72-
npm install @firebase-oss/ui-angular
72+
npm install @firebase-oss/ui-angular@beta
7373
```
7474

7575
**Note:** The Angular package requires [AngularFire](https://github.com/angular/angularfire) to be installed and configured first.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Next, follow the framework specific installation steps, for either React, Shadcn
4949
Install the `@firebase-oss/ui-react` package:
5050

5151
```bash
52-
npm install @firebase-oss/ui-react
52+
npm install @firebase-oss/ui-react@beta
5353
```
5454

5555
Alongside your Firebase configuration, import the `initializeUI` function and pass your configured Firebase App instance:
@@ -182,7 +182,7 @@ Next, follow the framework specific installation steps, for either React, Shadcn
182182
Once you have provided the Firebase App instance to your application using `provideFirebaseApp`, install the Firebase UI for Angular package:
183183

184184
```bash
185-
npm install @firebase-oss/ui-angular
185+
npm install @firebase-oss/ui-angular@beta
186186
```
187187

188188
Alongside your existing providers, add the `provideFirebaseUI` provider, returning a new Firebase UI instance via `initializeUI`:

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This package contains the React components for the FirebaseUI.
77
Install the package from NPM:
88

99
```bash
10-
npm install @firebase-oss/ui-react
10+
npm install @firebase-oss/ui-react@beta
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)