[Readme] Update

This commit is contained in:
Qolzam
2018-01-16 14:28:09 +07:00
parent 81ad0694bd
commit a66aa13ab7
7 changed files with 38 additions and 26 deletions

View File

@@ -73,6 +73,8 @@ and then install the package
2. Clone your fork to your local machine `git clone git@github.com:<yourname>/react-social-network.git`
3. Choose and install your backend bfore installing UI
[![Firestore](https://raw.githubusercontent.com/Qolzam/react-social-network/master/docs/app/firestore.png)](firebase.google.com/cloud/firestore)
#### [Firestore Social Backend](https://github.com/Qolzam/firestore-social-backend)
* Configure firebase:
* Get [firebase config](https://firebase.google.com/docs/web/setup)
@@ -82,8 +84,18 @@ and then install the package
* [Enable Email/Password](https://firebase.google.com/docs/auth/web/password-auth) sign-in on firebase:
* In the Firebase console, open the Auth section.
* On the Sign in method tab, enable the Email/password sign-in method and click Save.
* [Enable Firestore](https://firebase.google.com/docs/firestore/quickstart)
* Open the [Firebase Console](https://console.firebase.google.com/) and create a new project.
* In the Database section, click Try Firestore Beta.
* Click Enable.
* [Install Firestore Social Backend](https://github.com/Qolzam/firestore-social-backend)
* Enable firestore dependecies
* Go to React Social Network folder in `src/socialEngine.ts` write `useFirestore(provider)` to enable firestore dependencies!
#### AWS Social Backend
* Comming soon ...
#### [ASP.NET Social Backend](https://github.com/Qolzam/aspnet-core-social-network)
* Comming soon ...
4. Installing all nodejs modules:
`npm install`