Skip to content

Instantly share code, notes, and snippets.

View praveencris's full-sized avatar
😊

Praveen Kumar praveencris

😊
View GitHub Profile
@praveencris
praveencris / database.rules.json
Created May 1, 2022 23:08 — forked from codediodeio/database.rules.json
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@praveencris
praveencris / CountryCodes.json
Created April 19, 2022 09:33 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"