Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with shortcode #1740

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/lessons/firebase-emulator-advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="flex-center">
{{< tweet 1267220417896255488 >}}
{{< tweet user="fireship_dev" id="1267220417896255488" >}}
</div>


Expand Down
2 changes: 1 addition & 1 deletion content/lessons/regex-cheat-sheet-js/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down