All Projects → tylermcginnis → React Router Firebase Auth

tylermcginnis / React Router Firebase Auth

Example of how to have protected routes with Firebase and React Router.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Router Firebase Auth

Bonfire Firebase Sample
An app to discuss your favourite emojis. This is a sample app built with Firebase.
Stars: ✭ 564 (-22.21%)
Mutual labels:  firebase
Uberclone
Uber App Clone
Stars: ✭ 593 (-18.21%)
Mutual labels:  firebase
Firebase Server
Firebase Realtime Database Server Implementation
Stars: ✭ 673 (-7.17%)
Mutual labels:  firebase
Learning Resources
"Technology Gold mine" to collect and share materials/resources
Stars: ✭ 573 (-20.97%)
Mutual labels:  firebase
Redux Vcr
📼 Record and replay user sessions
Stars: ✭ 583 (-19.59%)
Mutual labels:  firebase
Firesharp
An asynchronous cross-platform .Net library for Firebase
Stars: ✭ 601 (-17.1%)
Mutual labels:  firebase
Quickstart Unity
Firebase Quickstart Samples for Unity
Stars: ✭ 553 (-23.72%)
Mutual labels:  firebase
Emberfire
The officially supported adapter for using Firebase with Ember
Stars: ✭ 689 (-4.97%)
Mutual labels:  firebase
Firebase Admin Python
Firebase Admin Python SDK
Stars: ✭ 591 (-18.48%)
Mutual labels:  firebase
Firebase Admin Go
Firebase Admin Go SDK
Stars: ✭ 651 (-10.21%)
Mutual labels:  firebase
Vuexfire
Check
Stars: ✭ 574 (-20.83%)
Mutual labels:  firebase
Angular 1 5 Components App
A Contacts Manager application built on Angular 1.5 components, ui-router 1.0.0, Firebase.
Stars: ✭ 583 (-19.59%)
Mutual labels:  firebase
App Framework
Applications for any device with HTML, CSS and JavaScript - free and open source!
Stars: ✭ 639 (-11.86%)
Mutual labels:  firebase
Firebaseandroidchat
Chat with features : Login with Google | Send Photo Camera | Send Photo Gallery | Send Location
Stars: ✭ 571 (-21.24%)
Mutual labels:  firebase
Pyfcm
Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
Stars: ✭ 674 (-7.03%)
Mutual labels:  firebase
Startup Os
Working examples of Google's Open Source stack and deployment to the cloud.
Stars: ✭ 564 (-22.21%)
Mutual labels:  firebase
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (-18.07%)
Mutual labels:  firebase
Packtpub Crawler
Download your daily free Packt Publishing eBook https://www.packtpub.com/packt/offers/free-learning
Stars: ✭ 717 (-1.1%)
Mutual labels:  firebase
Todoist
Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Todoist Using React
Stars: ✭ 686 (-5.38%)
Mutual labels:  firebase
Bookdash Android App
An Android app that lets you download free children's books in different languages from non-profit publisher Book Dash
Stars: ✭ 649 (-10.48%)
Mutual labels:  firebase

Auth with React Router V4 and Firebase V3

This is an example repo for authenticating with Firebase and React Router.

For more info, visit Protected routes and authentication with React Router v4

Using React 15.4.0, React Router 4, and Firebase 3.6.1

Features:

  • Protected Routes with React Router
  • Register new users with Firebase
  • Add new users to /users in your Firebase database
  • Login/Logout Functionality
  • Simple Boostrap UI

Instructions:

  • Swap out the firebase config in config/constants with your own
  • npm install
  • npm start
  • Visit localhost:3000

Try it out in a Docker container:

  • Run a container running the prod version: docker run -p 8080:80 -d allthethings/react-router-firebase-auth
  • Or build a dev version, locally: docker build -t react-router-firebase-auth .
  • Then run the image (listens for changes to src): docker run -v "$(pwd)/src:/code/src" -p 3000:3000 -d --name react-router-firebase-auth react-router-firebase-auth
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].