Skip to content

Instantly share code, notes, and snippets.

View Muzzamil1's full-sized avatar

Muzzamil Muzzamil1

View GitHub Profile
@codediodeio
codediodeio / database.rules.json
Last active January 25, 2026 17:20
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@AdamMarsden
AdamMarsden / zshgit.md
Last active January 13, 2026 18:41
Oh My Zsh - Git Cheat Sheet

#Oh My Zsh - Git Cheat Sheet

ggit

gstgit status

glgit pull

gupgit pull --rebase