Day 11: React, ES6, Cont'd

Wednesday, June 20, 2018

Lecture Videos

Morning:

Afternoon:

Topics

Examples

Emoji-mart

Run npm install --save emoji-mart or yarn add emoji-mart to install in your Chatarang project.

Authorized Domains in Firebase

  • If you have the page hosted somewhere else (like GitHub pages) you might see an error message that says access is restricted. You need to change which domains are authorized in Firebase. Go to your Firebase console and select Authentication in the Develop menu. Then, select the Sign-in method from the nav menu. Click Add domain and add additional domains to whitelist for Google or third-party OAuth authentication (like “yourUsername.github.io/yourProjectName”).

Projects

Homework

See how far you can get implementing emoji reactions.

Super Mega Bonus Credit

Reflect on how much you’ve learned these last three weeks!