@yoyodj wrote:
Im getting this error on this function
this.http.request("") .subscribe((res) => { console.log(res.json()) this.list = res.json(); }, (err) => { console.log(err) })I left request first parameter a empty string, what should i give here, firebase address like this? https://xyz.firebaseio.com, im getting same error
Posts: 1
Participants: 1