Skip to content

Instantly share code, notes, and snippets.

View CodenameCookie's full-sized avatar
🏠
Working from home

codenameCookie CodenameCookie

🏠
Working from home
View GitHub Profile
@CodenameCookie
CodenameCookie / 100 Firebase Tips and Tricks (WITH VIDEO)
Last active December 18, 2020 16:54
100 Firebase Tips and Tricks (WITH VIDEO)
Get Started
1)Create a two Firebase Projects - one for development and another for live production data
https://youtu.be/iWEgpdVSZyg?t=33
2) Link Google Analytics
https://youtu.be/iWEgpdVSZyg?t=47
3) Limit permissions for employees, follow the Principle of Least Privilege
https://youtu.be/iWEgpdVSZyg?t=53
// ==UserScript==
// @name Watch Later Parser
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.youtube.com/playlist?list=WL&disable_polymer=1
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==