From 0ef974fa4f4340f6315bdb52892c5d6eb9b6f6c8 Mon Sep 17 00:00:00 2001 From: Bilal Arshad <57621713+bilalswiftsolutions@users.noreply.github.com> Date: Sun, 26 May 2024 03:55:00 +0500 Subject: [PATCH] updated readme i was checking this project for my own purpose I have to spend a lot of time to understand the steps i added in readme file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e14c910..54c5f21 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,5 @@ A simple chat application built using Ionic/Vue using Firebase and Capacitor. 0. Make sure you have the latest version of Ionic by running ```npm install -g @ionic/cli@latest``` 1. Clone the repository and ```cd``` into the project. 2. Create a new project the [firebase console](https://console.firebase.google.com/) and replace firebaseConfig in src/firebase.ts -3. Run ```npm i && ionic serve``` +3. create both authentication and firestore database and don't forget to give permission to read write. +4. Run ```npm i && ionic serve```