I install Firebase in my iOS app. Everything works fine on simulator but on real device it doesn\'t execute / return a query to my database.
I try to clean the pro
I had the same problem and it was due to Authentication. Authentication was Enable on Firebase but I have not Authenticate User. So I was not able to read the Node from Firebase Database.