PhantomAppDevelopment / firebase-as3

Integrate Firebase Auth, Realtime Database and Storage in your Adobe AIR projects.
MIT License
55 stars 12 forks source link

Delete is not Deleting #18

Closed sfxworks closed 7 years ago

sfxworks commented 7 years ago

As I am basing everything off of your wiki tutorials, I am trying to delete a node.

https://github.com/sfxworks/FirebaseREST/blob/master/src/net/sfxworks/firebaseREST/Database.as

using the deleteNode method, I pass in my node URL (path/to/node) and it adds the .json and auth at the end of the URL. I get a null response yet the node is not deleted. What is happening?

agentphantom commented 7 years ago

This is strange, does it happen with and without auth?

As far as I know when you get the 'null' response, that means the node was successfully deleted.

sfxworks commented 7 years ago

I'm baffled. It wants to work today apparently.