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 May 11, 2025 08:08
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@AdamMarsden
AdamMarsden / zshgit.md
Last active May 28, 2025 12:58
Oh My Zsh - Git Cheat Sheet

#Oh My Zsh - Git Cheat Sheet

ggit

gstgit status

glgit pull

gupgit pull --rebase