Posts by Matheus Cavallini • 25 points
4 posts
-
0
votes1
answer35
viewsA: Script in Firestore (Firebase) does not arrive at update
Solved! It was a variable typing problem... var transactionSnapShot = transactionsRef.where('id_pagarme', '==', Number(req.body.id)).get();
-
0
votes1
answer35
viewsQ: Script in Firestore (Firebase) does not arrive at update
I’m having trouble with the code below. The code reaches postbackRef.add and adds the information in the database, but after that it does not enter transactionsRef.Where to perform the update just…
-
1
votes2
answers2037
viewsQ: Pass an array of objects via AJAX via POST and read the properties of objects in PHP
I’m having some problems solving this situation. I’m trying to pass my object array via AJAX to another PHP page and read the properties that are inside each object within that array. For you to try…
-
1
votes1
answer61
viewsQ: CSS positioning in _Layout.cshtml
I’m having trouble positioning with the @RenderBody(), I am unable to adjust according to the side menu, I would like a solution, thank you. <div class="nav-side-menu"> <div…
asp.net-mvcasked Matheus Cavallini 25