https://github.com/ngthucdotcom/react-firebase-ui
https://github.com/ngthucdotcom/react-firebase-ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngthucdotcom/react-firebase-ui
- Owner: ngthucdotcom
- License: mit
- Created: 2022-09-27T02:54:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T10:00:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T23:41:05.060Z (over 1 year ago)
- Language: CSS
- Homepage: https://www.npmjs.com/package/react-firebase-web-auth
- Size: 8.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Firebase UI
## Demo
See at [https://react-firebase-web-auth-demo.web.app/](https://react-firebase-web-auth-demo.web.app/)
## Usage
```
npm i react-firebase-web-auth
```
## Development
* Build dist and use local example
```
rm -rf example/src/components/ && cp -R src/ example/src/components/
```
* In root dir
```
npm run patch && npm run build && cd dist/ && npm run publisher
```
* In `dist/` dir
```
cd ../ && npm run patch && npm run build && cd dist/ && npm run publisher
```
## License & Credit
Publish under MIT license by [ngthuc](https://ngthuc.com)