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
There is no fault in your code, I had the same problem. Here is what I did:
Simply go to Your Project in the navigation pane on the left.
Go to Build Settings and scroll down to Build Options.
Change the value of Enable Bitcode to No.
Hope it works out for you too!