Hi guys,
I've recently updated react-redux-firebase and I've got this problem:

It is appearing when app is launched. I'm developing react-native app with ejected code and I was only testing it on Android. Any help would be appreciated.
versions:
[email protected]
[email protected]
@gitsad Have you tried doing enableRedirectHandling: false (mentioned in the constants docs)? The intention for v2 was to make this false by default, but it has not yet been included in a release (I will check on this).
Thanks! Everything seems to work.
@gitsad Thanks for letting me know. I will make sure that it is false by default for the next v2.0.0 pre-release.
Most helpful comment
@gitsad Have you tried doing
enableRedirectHandling: false(mentioned in the constants docs)? The intention for v2 was to make thisfalseby default, but it has not yet been included in a release (I will check on this).