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`