Posts by carina dos santos pereira • 46 points
4 posts
-
2
votes2
answers160
viewsA: tool or technology to assist in controlling database data
Starting with version 9i of the Oracle database, a concept called undo was introduced, in which you can recover deleted or changed data over a period of time. Example select * from clients as of…
-
1
votes1
answer91
viewsA: When to use encryption when developing for mobile?
1 - You will have to evaluate each case, because if you decide to encrypt everything, you will be adding a longer processing time that can slow your app down. In my opinion information like…
-
0
votes1
answer52
viewsA: Keychain Sharing/Failed to create provisioning profile - Xcode
Hello, to make the connection with Firebase it is not necessary to include a Keychain sharing. Try to remove this setting.
-
0
votes2
answers1974
viewsA: Read specific XML tags?
hello, I think your xml formatting is wrong. Check this site that explains the structure of an xml file: https://www.w3.org/TR/xmldsig-core/.…