Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngthucdotcom/react-firebase-ui
https://github.com/ngthucdotcom/react-firebase-ui
Last synced: about 2 months 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T10:00:49.000Z (over 1 year ago)
- Last Synced: 2023-07-06T11:23:59.313Z (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)