Skip to content
View krumholz's full-sized avatar
🌄
Software Engineer from MN, currently in Minnesota. Most commits are private.
🌄
Software Engineer from MN, currently in Minnesota. Most commits are private.

Organizations

@MischiefStudios

Block or report krumholz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. default-document-fields.md default-document-fields.md
    1
    ```json
    2
    {
    3
      "data": {
    4
        "diff": {},
    5
        "new": {},
  2. Angular : Local Setup Angular : Local Setup
    1
    ### Create Workspace:
    2
    1. Within the project root directory, create a workspace `ng new hosting --createApplication="false" --skip-git="true"`
    3
    
                  
    4
    ### Create Application:
    5
    1. Navigate to hosting: `cd hosting`
  3. Angular / Firebase : Local Configura... Angular / Firebase : Local Configuration
    1
    ### Configure:
    2
    
                  
    3
    #### angular.json
    4
    
                  
    5
    Update the outputPath from `dist/application_name` to `public`
  4. Firebase : Local Setup Firebase : Local Setup
    1
    ### Local Setup:
    2
    1. Create a project folder `mkdir directory_name`
    3
    1. Run `firebase init`
    4
    1. Select which Firebase CLI features to include (Database, Firestore, Functions, Hosting, Storage, Emulators)
    5
    1. Select **Use and existing project** and choose the project you created
  5. Firebase : Create Project Firebase : Create Project
    1
    ### Create Project:
    2
    1. Navigate to [Google Cloud](https://console.cloud.google.com/projectcreate) to generate a new project
    3
    1. Choose a **Project Name** and **Project ID** and click **Create**
    4
    1. Navigate to the [Firebase Console](https://console.firebase.google.com)
    5
    1. Click **Add Project** and select the **Project Name** that was just chosen then click **Continue**
  6. Firebase : Configure Project Firebase : Configure Project
    1
    ### Configure Project:
    2
    #### Settings > General
    3
    1. Update **Google Cloud Platform (GCP) resource location** to the appropriate cloud resource location (**nam5 (us-central)** is a great default)
    4
    1. Choose a **Support email**
    5
    1. Under **Your apps** pick from Android, iOS, Web or Unity