how to use it
git clone https://github.com/AlvareYN/chatio-svelte
cd chatio-svelte
npm install
Create a new file under ./src with the following name, firebase_client_credentials.json and copy your firebase credentials there, this file should look like this
{
"apiKey": "-------your credential-----------",
"authDomain": "-------your credential-----------",
"projectId": "-------your credential-----------",
"storageBucket": "-------your credential-----------",
"messagingSenderId": "-------your credential-----------",
"appId": "-------your credential-----------"
}
then run the developer env.
npm run dev