This project was made with purpose to serve as a pratical example using firebase, redux and mapbox to handle markers on a map. You can put a marker on map using your google account, for any other user running this app will be updated with your marker. This is also a study case for lib react-redux-firebase
that make firebase very easy to use for simple realtime applications.
I think this UI framework is fantastic and decided use the alpha version to test, some features like CSSJS are amazing.
This sample must provide the follow functionalities:
- Google auth login
- See reltime markers on the map
- Create yout own marker with your google avatar
- Facebook login
- User profile edit
- Edit markers
- Delete a marker
- Any ideas?
$ git clone https://github.com/thiagoterleski/react-firebase-sample-with-mapbox
$ cd react-firebase-sample-with-mapbox
$ yarn install
This sample was made with Create React App (more information) see the doc for requirements.
yarn start