Skip to content

Commit ddcabe8

Browse files
committed
update README and package.json
1 parent 1ac4e17 commit ddcabe8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# react-firebase-authentication
1+
# react-firestore-authentication
22

3-
[![Build Status](https://travis-ci.org/the-road-to-react-with-firebase/react-firebase-authentication.svg?branch=master)](https://travis-ci.org/the-road-to-react-with-firebase/react-firebase-authentication) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-react-with-firebase/react-firebase-authentication.svg)](https://greenkeeper.io/)
3+
[![Build Status](https://travis-ci.org/the-road-to-react-with-firebase/react-firestore-authentication.svg?branch=master)](https://travis-ci.org/the-road-to-react-with-firebase/react-firestore-authentication) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-react-with-firebase/react-firestore-authentication.svg)](https://greenkeeper.io/)
44

5-
* [Tutorial](https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/)
6-
* [Live Version of half of the Tutorial](https://react-firebase-authentication.wieruch.com/)
5+
* [Tutorial for React Firebase but not Firestore](https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/)
6+
* [Live Version of half of the Tutorial](https://react-firestore-authentication.wieruch.com/)
77

88
## Features
99

1010
* uses:
1111
* only React (create-react-app)
12-
* firebase 5
12+
* firestore
1313
* react-router 4
1414
* no Redux/MobX
15-
* [Redux Version](https://github.com/taming-the-state-in-react/react-redux-firebase-authentication)
16-
* [MobX Version](https://github.com/taming-the-state-in-react/react-mobx-firebase-authentication)
15+
* [Redux Version with Firebase](https://github.com/taming-the-state-in-react/react-redux-firebase-authentication)
16+
* [MobX Version with Firebase](https://github.com/taming-the-state-in-react/react-mobx-firebase-authentication)
1717
* features:
1818
* Sign In
1919
* Sign Up
@@ -46,8 +46,8 @@ If you are creating an open source application under a license compatible with t
4646

4747
## Installation
4848

49-
* `git clone git@github.com:the-road-to-react-with-firebase/react-firebase-authentication.git`
50-
* `cd react-firebase-authentication`
49+
* `git clone git@github.com:the-road-to-react-with-firebase/react-firestore-authentication.git`
50+
* `cd react-firestore-authentication`
5151
* `npm install`
5252
* `npm start`
5353
* visit http://localhost:3000/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-firebase-authentication",
2+
"name": "react-firestore-authentication",
33
"version": "0.2.0",
44
"private": true,
55
"dependencies": {

0 commit comments

Comments
 (0)