Currently working on a Firebase app on IOS 10 have been using Firebase UI. When I run the app on my simulator, it works fine and the data from FirebaseUI and a simple Firebase Database call grabbing the same data works (testing reasons to ensure it's not FirebaseUI).
BUT... when I switch to testing on a real device. My Tableview is empty, and the logs show no data is being pulled, not even a confirmation of user authorization that I log out.
I've tried changing the "bitcode" to no as suggested by another post, but still nothing. I am using Objective C, and not swift. Any thoughts?