Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngthucdotcom/react-firebase-ui


https://github.com/ngthucdotcom/react-firebase-ui

Last synced: about 2 months ago
JSON representation

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)