Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xairdropfarmer/clone-firebaseweb-ui-with-react

clone firebaseweb-ui demo with React
https://github.com/0xairdropfarmer/clone-firebaseweb-ui-with-react

bitsrc facebook-login firebase firebase-auth google-login react twitter-login

Last synced: about 8 hours ago
JSON representation

clone firebaseweb-ui demo with React

Awesome Lists containing this project

README

        


Welcome to Clone Firebase Web UI with React and make reusable component with Bit :beers:






Twitter: krissanawat101

> let's clone FirebaseWeb-UI with React and make reusable compoment and share on Bit and Piece

## Install

```sh
npm install
```

## Usage
add your key to App.js
```jsx
const config = {
apiKey: "xxxxxxxxxxx",
authDomain: "xxxxxxxxxxx.firebaseapp.com",
databaseURL: "https://xxxxxxxxxxx.firebaseio.com",
projectId: "xxxxxxxxxxx",
storageBucket: "xxxxxxxxxxx.appspot.com",
messagingSenderId: "xxxxxxxxxxx",
appId: "1:14017xxxxxxxxxxx382be09e",
};
```
then
```sh
npm run start
```
## Todo
- [x] Finish my first commit
- [ ] Signin with Email and password also Register
- [ ] Signin with Email link
- [ ] Signin with Phone
- [ ] Signin with Anonymouse
- [ ] Signin with Email and password also Register
- [ ] choice for popup or redirect
- [ ] using invisible or normal captcha for phone
- [ ] Seamless Google sign-in
- [ ] SignOut
- [ ] implement React Router Dom
- [ ] Show Profile
- [ ] Delete Account

## Author

👤 **krissanawat**

* Twitter: [@krissanawat101](https://twitter.com/krissanawat101)
* Github: [@krissnawat](https://github.com/krissnawat)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_