[Readme] enable dependencies
This commit is contained in:
@@ -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:
|
* [Enable Email/Password](https://firebase.google.com/docs/auth/web/password-auth) sign-in on firebase:
|
||||||
* In the Firebase console, open the Auth section.
|
* In the Firebase console, open the Auth section.
|
||||||
* On the Sign in method tab, enable the Email/password sign-in method and click Save.
|
* 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
|
#### AWS Social Backend
|
||||||
|
* Comming soon ...
|
||||||
#### [ASP.NET Social Backend](https://github.com/Qolzam/aspnet-core-social-network)
|
#### [ASP.NET Social Backend](https://github.com/Qolzam/aspnet-core-social-network)
|
||||||
|
* Comming soon ...
|
||||||
|
|
||||||
4. Installing all nodejs modules:
|
4. Installing all nodejs modules:
|
||||||
`npm install`
|
`npm install`
|
||||||
|
|||||||
Reference in New Issue
Block a user