This is a site template to get you started Firebase Auth and Astro,
Also this is a fork of https://github.com/kevinzunigacuellar/astro-firebase-template fixing the breaking changes that were in 3.0 as well as some warnings
-
Create the
.env
file with your Firebase service account credentials. You can use the.env.example
file as a template. -
Update the
src/firebase/client.ts
file with your Firebase web app credentials -
Install dependencies using your favorite package manager
npm install