Skip to content

Commit 9e89d39

Browse files
committed
docs: Add base readme
1 parent 1a24eaf commit 9e89d39

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# FirebaseUI for Web
2+
3+
This repository contains the source code for the FirebaseUI for Web project rewrite, focused on providing Authentication components for popular JavaScript frameworks.
4+
5+
## Installation
6+
7+
To get started, install the React or Angular package:
8+
9+
<details>
10+
<summary>React</summary>
11+
12+
```bash
13+
npm install @firebase-ui/react
14+
```
15+
</details>
16+
17+
<details>
18+
<summary>Angular</summary>
19+
20+
```bash
21+
npm install @firebase-ui/angular
22+
```
23+
</details>

0 commit comments

Comments
 (0)