Installation

add client SDK and firebase-tools

# add client SDK to project
pnpm i firebase # or use `firebase-lite` which does'nt have real-time updates coz it is REST wrapper

# add firebase-tools then login
pnpm install -g firebase-tools
firebase login