Posts by Joseph • 21 points
2 posts
-
2
votes0
answers12
viewsQ: Parse SDK Javascript Subscription Query
I am implementing the Parse SDK for Javascript and am working with the real-time listener "Subscription" of query changes. However, according to the manual, the object only returns the objectId.…
javascriptasked Joseph 21 -
0
votes1
answer25
viewsA: Logout Problems with PHP
Hello, taking a look at your question I came across the following post. Remembering that you must leave return null. window.onbeforeunload = closingCode; function closingCode(){ // Coloque o código…