Extremely simple Firebase blog template. Sorts automatically by most recent.
- Clone this repo
- In
script.js
andupload/uploader.php
, you can seevar dataRef
. Where it saysnew Firebase('FIREBASE DOMAIN')
insert your firebase domain. - You're done.
Security is extremely loose. It merely includes another page if password is right.
Login: yourdomain.com/upload/index.php
Username: admin, Password: password. (Can be changed on upload/index.php
line 15 & 16.
Posts are all put in a DIV with .posts
.
From there, .posts h1
will modify Title, .posts .h3
will modify the date section, and .posts p
will modify the story.
HTML elements are usable for the posts.