Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trident-solutions/react-simplified-firebaseauth
This repo gives you Firebase Auth experience in React JS
https://github.com/trident-solutions/react-simplified-firebaseauth
authentication firebase react react-js
Last synced: 4 days ago
JSON representation
This repo gives you Firebase Auth experience in React JS
- Host: GitHub
- URL: https://github.com/trident-solutions/react-simplified-firebaseauth
- Owner: Trident-Solutions
- Created: 2019-12-09T05:11:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T01:03:18.000Z (about 2 months ago)
- Last Synced: 2024-12-31T07:20:02.588Z (6 days ago)
- Topics: authentication, firebase, react, react-js
- Language: JavaScript
- Homepage:
- Size: 453 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Screenshot](https://tridentnets.com/banner.png)](https://tridentnets.com/)
# React-Simplified Firebase AuthThis repo gives you Firebase Auth experience in React JS
[![React](https://img.shields.io/badge/Platform-React%20JS-blue.svg)](https://reactjs.org/) [![Firebase](https://img.shields.io/badge/Firebase-Auth-blue.svg)](https://firebase.google.com/)
## Demo Link
(https://statuesque-bike.surge.sh/)
## đ¸ Screenshot
![Screenshot](https://user-images.githubusercontent.com/30695617/70412507-f4959f00-1a7a-11ea-9231-b6cb3488f481.png)
## Installation and Usage
For an example on how to use the FirebaseAuth react component have a look at the example folder.
Install the npm package in your React app:
### npm install --save react-firebaseui
You also need the firebase package installed which is a peer dependency:
### npm install --save firebase
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you canât go back!**
If you arenât satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point youâre on your own.
You donât have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnât feel obligated to use this feature. However we understand that this tool wouldnât be useful if you couldnât customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
### Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
### Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
### Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
### Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
### `npm run build` fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
## Firebase Configuration
// Configure Firebase.
const config = {
apiKey: "",
authDomain: "",
// ...
};
## LicenseCopyright 2019, Trident Solutions
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.### â Show some â¤ď¸ and star if you like what you see â