Guest User

Untitled

a guest
Nov 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {"date": "11/21/2018", "nick": "abcd"}
  2.  
  3. const xUrl = 'https://xxxxxx.firebaseio.com/usuarios.json?orderBy="nick "';
  4.      return this.http.get (xUrl) .pipe (
  5.        map (res => {
  6.          return res;
  7.          console.log (res);
  8.         })
  9.      );
  10.  
  11. -LRqtDl09Sc1J4K4IOln:
  12. date: "11/21/2018"
  13. nick: "abcd"
Add Comment
Please, Sign In to add comment