For client development:
-
Run
npm install
-
Populate src/firebase-config.ts with config from Firebase console:
export const firebaseConfig = { apiKey: "***", authDomain: "***", projectId: "***", storageBucket: "***", messagingSenderId: "***", appId: "***", };
For deployment to Hosting, install Firebase CLI
Run local server: npm run dev
Preview deployable assets: npm run preview
- Navigate to the list of versions in NPM
- Click through the version tagged
eap-vertexai-hybgoog
- Copy and run the install command, eg
npm i [email protected]
Run npm run deploy