[Readme] Update
This commit is contained in:
@@ -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
|
||||
|
||||
[](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`
|
||||
|
||||
Reference in New Issue
Block a user