-
-
Notifications
You must be signed in to change notification settings - Fork 553
Description
I'm checking in reference to a post in June 2018 about creating a new authentication method: 'EmailAuthProvider' in react-redux-firebase for developers using Firebase with Email Link in JavaScript: https://firebase.google.com/docs/auth/web/email-link-auth
I'm wondering if it is still on the roadmap?
or is there any other alternative solutions to sync Firestore user auth data with the redux state?
I'm on a react-native and expo platform
Trying to implement react-redux-firebase to auth user and sync with the redux state
I'm sorry in advance if this has already been tackled but I have done a lot of research and couldn't find much about this topic.
Post reference:
That said, there have been recent changes in Firebase's v5 SDK that are starting to be handled with the pull request for v2.1.5. If the existing methods don't work for your use case it would be good for us to try to get something in there for EmailAuthProvider
.
Originally posted by @prescottprue in #485 (comment)