FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

examples/firebase-ai-logic-angular-example at main · angular/examples · GitHub

Latest commit

 

History

History

README.md

Vertex AI in Firebase x Angular Starter Kit

This repository contains everything you need to create an application using Vertex AI in Firebase with Angular to build your next great application.

Here's an example of the running application:

How to get started

  1. Create and configure a project in Firebase. Follow the directions for Step 1 to create a project and a web app. Do not follow the instructions for adding the sdks, that has already been done for this repository.

  2. Clone this repository or download the code to your local machine

  3. cd into the root folder (e.g., cd vertex-ai-firebase-angular)

  4. Take your project settings from Firebase Console and add them to src/environments.ts

    export const environment = {
        production: true,
        firebase: {
            /* project settings */
        },
    };
    
  5. Install the dependencies with npm install

  6. Update the Firebase project settings in environment.ts.

  7. Run this example with ng serve


Back | FazBrowse Home | New Git URL