Set Up Development and Production Environment in Firebase At the moment there is no out-of-the-box-like solution to tackle this. I suggest creating another Firebase project for development.
Create Cloud Functions in Firebase Authorization, CRUD, queries, most of the things come out of the box with Firestore. However, sometimes there is a need to make some modifications which would be too sensitive to do in the browser.
Fit-To-Screen With CSS Implement the designer's dream aka. when the screen is wider, scale the application to fit the screen width
What Is a Programming Language? It's a language you use to give certain instructions to your computer, right? Let's be a little more precise.
The Curious Case of JavaScript and ECMAScript What is the difference between JavaScript and ECMAScript? Is there any difference at all?