Make a chat app with Svelte + Firebase v9 Finale
First of all, sorry because I haven't been blogging for a while😅. Let's go ✈! Now we just have to implement the adding. First, let's make an input and a button in App.svelte. Some elements <div class="inp"> <input type="text" bind:value={inp} /> ...


