Skip to content

Instantly share code, notes, and snippets.

View Jcardif's full-sized avatar

Josh N Jcardif

View GitHub Profile
@Jcardif
Jcardif / database.rules.json
Created July 21, 2018 10:20 — forked from codediodeio/database.rules.json
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@Jcardif
Jcardif / README-Template.md
Created July 10, 2018 11:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@Jcardif
Jcardif / README-Template.md
Created July 10, 2018 11:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites