Dave Coates

Results 14 comments of Dave Coates

These changes are great @wesleykendall - thanks very much One thing we encountered was that a couple of trigger had a name change so after migrating the old triggers still...

Hi there, Sorry, it's not documented but here's the valid keys for the options to pass to `initializeApp`: ``` googleAppID bundleID GCMSenderID APIKey clientID trackingID androidClientID databaseURL storageBucket deepLinkURLScheme ```

Can you post your code please?

Are you then using that app for something - auth maybe?

If you are doing `app.auth()` try this for now `new Auth(app)` (I think there's a bug where the app isn't ready yet so is missing the name) You can also...

Hi! No immediate plans; currently adding things as I need them but eventually would look at supporting everything. Happy to accept contributions though :)

Thanks, glad you like it. I was thinking other parts of firebase would come as separate packages rather than adding them all here and forcing dep on all the underlying...

Hi Piet, I ignored this when I started as I had no idea how to approach testing things across the bridge. The [testing page](https://facebook.github.io/react-native/docs/testing.html) mentions integration tests but I haven't...

I've started looking at how this might be done - one option is Appium. See https://github.com/taskrabbit/ReactNativeSampleApp for example setup Haven't tried anything yet but seems like a viable option. Kinda...

Hi Piet I'd be interested in seeing how you are actually using that to test the native code over the bridge (assuming that's what you are doing?)