Ari
Ari
Yes, absolutely. Send a PR and I'll fill it out! :)
I haven't released it yet. I'm converting the example app (FirestackApp) to use v3 (in the v3 branch there). Once I've completed the transition, I'll release an alpha version on...
I'll take care of this today
Hey @neosekar The message is _not_ a problem. It is a firebase logging message. For the `signInWithEmail` method, what version of the library are you using?
It should be doable on iOS, actually. I can get to implementing that on iOS this weekend.
it might also be possible to do it entirely on the JS side and only require modules as they are required through the JS API.
Mmm good point. We should be able to handle it on iOS. I'll explore a few thoughts tomorrow. I think we can handle it with an #ifdef clause
Want to make a PR?
I like the idea that we can set this in the configuration, rather than it's own method.
Good catch. We do not yet have transactions implemented. Wanna make a PR? I can walk you through how to do it, if so. Otherwise, I'll see if I have...