Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support auth().signInWithPopup #349

Closed
ajostergaard opened this issue Aug 21, 2017 · 1 comment
Closed

Support auth().signInWithPopup #349

ajostergaard opened this issue Aug 21, 2017 · 1 comment

Comments

@ajostergaard
Copy link

This seems to be by far the easiest way to auth using providers without native SDKs (e.g. Twitter) so can this be supported? Or is there a better alternative?

http://www.androdevelopment.com/tag/how-to-use-firebase-twitter-authentication-with-react-native/

@Ehesp
Copy link
Member

Ehesp commented Aug 26, 2017

Hi @ajostergaard, thanks for the suggestion. Right now this isn't on our roadmap as if we were to do this, we'd want the integration to be native (I think). Unfortunalty this means integrating more native libraries (Google, Facebook, Twitter SDKs etc) which isn't something we want to bring into this library.

We have had discussions around this, and I do think the best route would be providing a separate module, or a UI based module to handle the entire flow for users. Right now though, we're focussed on getting RNFirebase working really well. For now I'd suggest react-native-oauth and passing the credentials returned back to this library.

I'll close for now and we can revist when v3 is stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants