Skip to content

Instantly share code, notes, and snippets.

@stevekinney
Last active May 15, 2023 16:25
Show Gist options
  • Select an option

  • Save stevekinney/b3f913a2d4c0e6dfd455d4c220924721 to your computer and use it in GitHub Desktop.

Select an option

Save stevekinney/b3f913a2d4c0e6dfd455d4c220924721 to your computer and use it in GitHub Desktop.

Revisions

  1. stevekinney revised this gist Dec 12, 2018. 1 changed file with 1 addition and 9 deletions.
    10 changes: 1 addition & 9 deletions firebase-fem-v2.md
    Original file line number Diff line number Diff line change
    @@ -15,12 +15,4 @@ If you have any issues installing npm modules globally, you can either [change y

    ## Repositories

    (Forthcoming…)

    ## Further Viewing

    There are a few topics that we'll cover today that could be workshops in their own right. We'll touch upon them them, but won't have enough time to do them justice.

    - [Firebase for SQL Developers](https://www.youtube.com/watch?v=rtoxRg-kbt0&list=PLl-K7zZEsYLlP-k-RKFa7RyNPa9_wCH2s)
    - [The Key to Firebase Security](https://www.youtube.com/watch?v=PUBnlbjZFAI)
    - [Firebase Cloud Function Samples](https://github.com/firebase/functions-samples)
    - [Think Piece](https://github.com/stevekinney/think-piece)
  2. stevekinney created this gist Dec 10, 2018.
    26 changes: 26 additions & 0 deletions firebase-fem-v2.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    # Frontend Masters: React && Firebase (Version 2)

    ## Contact Information

    - [@stevekinney](https://twitter.com/stevekinney)

    ## Prequisite Setup

    - A recent version of [Node.js](http://nodejs.org)
    - `npm install -g create-react-app`
    - `npm install -g firebase-tools`
    - Optional: [Yarn](https://yarnpkg.com/en/)

    If you have any issues installing npm modules globally, you can either [change your permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) or install [nvm](https://github.com/creationix/nvm).

    ## Repositories

    (Forthcoming…)

    ## Further Viewing

    There are a few topics that we'll cover today that could be workshops in their own right. We'll touch upon them them, but won't have enough time to do them justice.

    - [Firebase for SQL Developers](https://www.youtube.com/watch?v=rtoxRg-kbt0&list=PLl-K7zZEsYLlP-k-RKFa7RyNPa9_wCH2s)
    - [The Key to Firebase Security](https://www.youtube.com/watch?v=PUBnlbjZFAI)
    - [Firebase Cloud Function Samples](https://github.com/firebase/functions-samples)