Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0xairdropfarmer/clone-firebaseweb-ui-with-react
- Owner: 0xairdropfarmer
- Created: 2019-06-18T04:17:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:47:21.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T21:14:09.904Z (6 months ago)
- Topics: bitsrc, facebook-login, firebase, firebase-auth, google-login, react, twitter-login
- Language: JavaScript
- Homepage: https://mutiauthdemo.firebaseapp.com/
- Size: 2.06 MB
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Clone Firebase Web UI with React and make reusable component with Bit :beers:
> 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)_