Removing an object

Let's look at two different remove() scenarios. In the first scenario, we want to remove what our path is pointing to. Imagine we are looking at the path/book. Then, our remove code for this is very simple:

this.angularFireDatabase.list('/books').remove();
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset