Guest User

Untitled

a guest
Jan 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. saveBrewery() {
  2. this.breweryRef.update(this.brewery).then(() => {
  3. console.log('Saved successfully!');
  4. }).catch(e => {
  5. console.log('There was an error saving the brewery ' + e);
  6. });
  7. }
Add Comment
Please, Sign In to add comment