Last active
May 15, 2023 16:25
-
-
Save stevekinney/b3f913a2d4c0e6dfd455d4c220924721 to your computer and use it in GitHub Desktop.
Revisions
-
stevekinney revised this gist
Dec 12, 2018 . 1 changed file with 1 addition and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 - [Think Piece](https://github.com/stevekinney/think-piece) -
stevekinney created this gist
Dec 10, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)