React-redux-firebase: bug(react-native): undefined is not a function (evaluating 'firebase.auth().getRedirectResult()

Created on 20 Jul 2017  路  3Comments  路  Source: prescottprue/react-redux-firebase

Hi guys,

I've recently updated react-redux-firebase and I've got this problem:
2017_07_20_13 21 07

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]

react-native

Most helpful comment

@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).

All 3 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings