Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoppula/refire-react
React components for refire
https://github.com/hoppula/refire-react
firebase react redux refire
Last synced: 8 days ago
JSON representation
React components for refire
- Host: GitHub
- URL: https://github.com/hoppula/refire-react
- Owner: hoppula
- Created: 2017-08-30T22:20:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T20:04:57.000Z (about 7 years ago)
- Last Synced: 2024-05-16T01:03:57.176Z (6 months ago)
- Topics: firebase, react, redux, refire
- Language: TypeScript
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# refire-react
> Useful React components for [refire](https://github.com/hoppula/refire)
## Components
### Refire
[RefireProvider](docs/RefireProvider.md)
[Bind](docs/Bind.md)
### Firebase
These components will help you with basic Firebase tasks.
[FirebaseLogin](docs/FirebaseLogin.md)
[FirebaseLogout](docs/FirebaseLogout.md)
[FirebaseOAuth](docs/FirebaseOAuth.md)
[FirebaseRegistration](docs/FirebaseRegistration.md)
[FirebaseResetPassword](docs/FirebaseResetPassword.md)
[FirebaseWrite](docs/FirebaseWrite.md)
## React Native
**FirebaseOAuth** does not work with [React Native](https://facebook.github.io/react-native/) yet as it requires browser redirects or popups.
It might be possible to add React Native version later as WebView component is now available for both iOS & Android.
## License
MIT