From f834bfe226b3222506e4ad75ffecf64d43c625b9 Mon Sep 17 00:00:00 2001 From: Qolzam Date: Tue, 16 Jan 2018 13:46:56 +0700 Subject: [PATCH] [Readme] enable dependencies --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4970735..a05d0d4 100644 --- a/README.md +++ b/README.md @@ -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`