Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

arnaudmanaranche/hunt-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunt Issue

alt text

About the plugin

Hunt Issue is a WordPress plugin. After the instalation, it will create a tab "Hunt Issue" in your admin side menu. Insert new issue, delete it, clear all issues done !

All the issues inserted are saved in your database.

Step 1

git clone https://github.com/arnaudmanaranche/Hunt-Issue.git

Step 2

Register an app on Firebase

After this step, go on the "Database" tab in the side menu and catch the link of your database app :

alt text

Step 3

❗ Set the rules ".read" and ".write" on "true" ❗

alt text

Step 4

Go to the project folder

Hunt-Issue/js/main.js

And replace the variable with the link you catched previously

var hunt_issue = new Firebase("https://hunt-issue.firebaseio.com");

Report a bug

Feel free to open an issue here !