Posts by Fernando Medeiros • 13 points
2 posts
-
0
votes1
answer250
viewsQ: Retrieve key and specific field value in Firebase
Please, I would like to retrieve only the key and email from the list, ignoring the other "fields". I wish I had a list, without uploading all the values of all of us, like I’ve been doing lately.…
-
1
votes3
answers2037
viewsA: Suspend function in Firebird
In a stored Procedure, the function of the suspend is to send a current result line of the output parameters (returns). At each suspend, a new line is sent as a result.…