Posts by Beto Silva • 44 points
3 posts
-
0
votes2
answers848
viewsA: Read data from Firebase Altime databse
For this you need to use the angular HTTP module to request your table in firebase and extract the desired value. First step: import the HTTP module into your app.module.ts /* app.module.ts*/ import…
-
-1
votes1
answer95
viewsQ: Update amount of like/deslike with Jquery
I am trying to update the value of a span element (increase or decrease) whenever the like button is clicked. Important: The following code creates another element only with the id #unlikeBtn…
jqueryasked Beto Silva 44 -
3
votes2
answers102
viewsQ: Function calculates to a certain extent and to
I have a variable double making an account but it reaches a limit [in my case 1.367879] and does not increase more. The code is running normally, the problem is the result that is not more than…