diff --git a/content/lessons/firebase-emulator-advanced/index.md b/content/lessons/firebase-emulator-advanced/index.md index 86ab233b7..550341f73 100644 --- a/content/lessons/firebase-emulator-advanced/index.md +++ b/content/lessons/firebase-emulator-advanced/index.md @@ -28,7 +28,7 @@ vimeo: 424882834 The [Firebase emulator suite](https://firebase.google.com/docs/emulator-suite) allows developers to run a mock Firebase environment locally. Last week, Firebase released a new feature called the [Emulator UI](https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html) to visualize and manage Firestore (and Realtime DB) from the browser. The following lesson contains a variety of advanced techniques for setting up a Firebase development environment.
- {{< tweet 1267220417896255488 >}} + {{< tweet user="fireship_dev" id="1267220417896255488" >}}
diff --git a/content/lessons/regex-cheat-sheet-js/index.md b/content/lessons/regex-cheat-sheet-js/index.md index 2ca2beddc..27cec2dae 100644 --- a/content/lessons/regex-cheat-sheet-js/index.md +++ b/content/lessons/regex-cheat-sheet-js/index.md @@ -30,7 +30,7 @@ github: Much like Gif vs Jif, the proper pronunciation of RegEx is passionately debated among developers. Based on my limited twitter poll, in looks like most prefer the hard G over the soft J. -{{< tweet 1262408319282458625 >}} +{{< tweet user="fireship_dev" id="1262408319282458625" >}} ## Regex Reference diff --git a/content/lessons/vue-autosaving-forms-with-firestore/index.md b/content/lessons/vue-autosaving-forms-with-firestore/index.md index 1ea899b66..da7a06d98 100644 --- a/content/lessons/vue-autosaving-forms-with-firestore/index.md +++ b/content/lessons/vue-autosaving-forms-with-firestore/index.md @@ -28,7 +28,7 @@ Modern applications that accept complex user inputs often provide an automatic s The following lesson builds a reactive Vue form that automatically syncs the user's input to a backend database - [Firestore](/tags/firestore). It keeps track of the state of the form, and when modified, waits for a short debounce before writing the changes to the backend database. From a UX perspective, this feature allows a user to save their progress and access it later from any device. Also, see the [Angular Auto-saving Forms Demo](/lessons/auto-save-reactive-forms-with-firestore/) demo. -{{< tweet 1247955207448924161 >}} +{{< tweet user="fireship_dev" id="1247955207448924161" >}} ## Initial Setup