Skip to content

Commit

Permalink
add crude methods desc
Browse files Browse the repository at this point in the history
  • Loading branch information
NaqashPixy committed Jul 19, 2017
1 parent 6ddb768 commit 9646997
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ See the list of elements, demos, and documentation by browsing this collection o

### [Take me to webcomponents.org ›](https://www.webcomponents.org/element/PFElements/pf-calendar-events-data)

### Methods
The following methods are available for crude events operation:

Methods | Description
----------------------------------------|--------------------------
`addEvent(event)` | Take event object and add as a into firebase
`updateEvent(key,event)` | Take firebase data ref key and updated event object , update the given ref key node
`deleteEvent(key)` | Take record ref key and delete that event




# Example
Expand All @@ -53,6 +63,7 @@ See the list of elements, demos, and documentation by browsing this collection o




## Viewing Your Application

```
Expand Down

0 comments on commit 9646997

Please sign in to comment.