Reputation: 1716
The gist of it is, check wifi on all devices before hoping to test cloud data
That said, Rob DiMarco's suggestion of using Firebase.enableLogging(true)
is an invaluable suggestion to empowering firebase users that may have missed that in the docs. (crud happy muts that we are)
Anyone have experience hooking up an Angular / firebase app into phonegap's ios platform? Data was coming in yesterday, today no data on the ios but works fine minified in the browser. Any insight is appreciated.
Steps taken:
The app comes in clean, just doesn't load firebase data. One notable difference in our app is that we're filling the data service from angular's run function. The webapp sees the data properly, wondering if that would be the bug..
Upvotes: 0
Views: 288
Reputation: 1716
Step 1: Check your internet before looking for cloud data.
Step 2: Firebase.enableLogging(true)
, all Firebase data in the console. It's quite beautiful.
Upvotes: 1