Posts by Andre Gomes • 33 points
3 posts
-
1
votes0
answers100
viewsQ: Save result from Firebase and Ionic calculation
I’m trying to save a result from a simple sum in Firebase but I can’t recover the value and insert it. Where I’m missing? Home.html <ion-content padding class="content"> <form…
-
0
votes1
answer56
viewsQ: How to position the div at the time of Toggler Bootstrap 4
Guys, I don’t know if this is the place but I have a problem with my css/bootstrap I have a Navbar and between the nav-brand and the nav-links have a padding-left to position the text. However, when…
-
2
votes0
answers434
viewsQ: How to Create 15 minute SQL Interval?
I have a field timestamp and I need to create an interval every 15 minutes. How in Sql I should do this ? Data = YYYY/MM/DD HH:MM:SS The purpose is an analysis where I need the amount of products…