Firebase Firebase - How to connect to multiple Firebase projects at the same time? This is a rare situation, but the good news is it's doable and it's very easy. Prerequisites2 Firebase accountsThat's it!Install Firebase and Firebase Adminyarn add firebase firebase-admin Import Firebase
Firebase Firebase - How to initialize multiple apps using admin SDK This guide will show you how to utilize two separate firebase projects in one admin application. The codeimport 'firebase'; import * as admin from 'firebase-admin'; import serviceAccountOne from 'path/to/service-account-1';
Javascript JavaScript - localStorage localStorage is a window property that allows you store data locally within the website origin. The data save in localStorage will still be available even after you close the browser,
Web Development How to upload a static web page to Firebase Hosting? Firebase Hosting is no doubt one of the most popular static content hosting site you can find today. One of the main reason is because it has a FREE plan
Programming Programming For Fun! Programming, *sigh* who would have thought that we would end up to one of the most in-demand yet frustrating careers today? For me it was never in my plans for
Web Development More things to do with chrome developer's console When it comes to debugging we all depend on the browser's developer console, even the seasoned developers. All sort's of information from logs to error messages can be found here.
VueJs How to add Stripe Checkout in Vue.js Stripe Checkout is an embeddable payment form for desktop, tablet, and mobile devices. It works within your site—customers can pay instantly, without being redirected away to complete the transaction.
Web Development How to upload static website to Surge.sh? Surge.sh is an easy to use terminal-based static web publishing for front-end developers. Here's how you do it. 1. Install Surge CLISimply use npm to install surge's client. npm
Javascript How to create and upload a Firebase Function? Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. Your code is stored in Google's cloud and runs
Web Development How to set dark theme for Chrome Dev Tools Sometimes dark is better. Specially when you're a programmer. Step 1.Open the Chrome Dev Tools by pressing F12 . I hate light themed windows. Let's make it dark.Step 2.