vue-comment-grid
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "vue-comment-grid", | ||
"description": "💬 Responsive Vue.js comment system plugin that built with CSS Grid and Firebase REST API + Authentication.", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"author": "Tugay Yaldız <tugay_yaldiz@hotmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -43,3 +43,3 @@ # Vue.js Comment Grid | ||
> If you already use Axios in your project then no dependencies at all. 🤗 | ||
> If you already use Axios in your project then no dependencies at all. 🤗 | ||
#### Include Plugin | ||
@@ -55,5 +55,5 @@ | ||
``` | ||
**The following steps are important please read all.** | ||
️️⚠️ **The following steps are important please read all.** | ||
Most steps will only performing once. | ||
Most steps will only performing once. | ||
@@ -66,21 +66,21 @@ Believe me, i wanted zero config usage for you but for **security reasons** some steps need to be setting up manually by you. | ||
If you don't know how to create new project see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database.md) | ||
If you don't know how to create new project see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database.md) | ||
### Setting Up Sign-In Method | ||
Enable Email/Password method under Firebase Authentication menu. | ||
Enable Email/Password method under Firebase Authentication menu. | ||
If you don't know how to enable Email/Password sign-in method see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/set-sign-methods.md) | ||
If you don't know how to enable Email/Password sign-in method see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/set-sign-methods.md) | ||
### Getting Base URL and API Key | ||
Get databaseURL and apiKey from Firebase. | ||
Get databaseURL and apiKey from Firebase. | ||
You can find Firebase databaseURL and apiKey in web setup under authentication menu from Firebase console. | ||
If you don't know how to get there see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/get-base-url-api-key.md) | ||
If you don't know how to get there see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/get-base-url-api-key.md) | ||
### Creating Database Node Name | ||
For **security reasons** you need to create node names manually by yourself. Before passing new nodeName for different pages be sure you created that node name in database. | ||
For **security reasons** you need to create node names manually by yourself. Before passing new nodeName for different pages be sure you created that node name in database. | ||
@@ -91,3 +91,3 @@ If you adding your first node name add `Name: commentsGrid/nodeNameYouWant/active Value: true ` under Realtime Database Root. | ||
If you don't know how to do this see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database-node-name.md) | ||
If you don't know how to do this see detailed [here.](https://github.com/TugayYaldiz/vue-comment-grid/blob/master/docs/creating-database-node-name.md) | ||
@@ -117,3 +117,3 @@ ### Setting Up Database Rules | ||
```vue | ||
<comment-grid | ||
<comment-grid | ||
baseURL="https://your-app.firebaseio.com" | ||
@@ -168,4 +168,6 @@ apiKey="your-api-key" | ||
Demo Video: https://www.youtube.com/watch?v=hp8AMCitHT0 | ||
## License | ||
MIT | ||
MIT |
@@ -0,0 +0,0 @@ import Comments from "./Comments.vue"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
168
240335
11