[Readme] enable dependencies

This commit is contained in:
Qolzam
2018-01-16 13:46:56 +07:00
parent d18e5b93cd
commit f834bfe226

View File

@@ -82,8 +82,14 @@ 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.
* [Install Firestore Social Backend](https://github.com/Qolzam/firestore-social-backend)
* Enable firestore dependecies
* Go to `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`