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

Firebase authentication #13

Closed
najibghadri opened this issue Jul 10, 2020 · 4 comments
Closed

Firebase authentication #13

najibghadri opened this issue Jul 10, 2020 · 4 comments

Comments

@najibghadri
Copy link

najibghadri commented Jul 10, 2020

Firebase has an extensive authentication system and a broadly used flutter package for it, firebase_auth. What if I want to authenticate my already existing firebase users (not only with phone, but with social firebase integrations) in your system? I did not find a tutorial to this and I think this would be more widely used instead of only using your authentication.

I found flutter authentication-and-users site that explains firebase phone signin, and External authentication via Custom Identity Provider, but is there a function that let's me simply authenticate with firebase and use those credentials with connectycube?

In the SDK reference it seems like you only support firebase phone tokens. So how to integreate full firebase authentication?

@najibghadri
Copy link
Author

Hello!

@TatankaConCube
Copy link
Contributor

hello @najibghadri, sorry for long time answer, Connectycube API supports authentication via firebase phone auth only. But you can use Custom Identity Provider feature to implement own provider for authentication users via firebase and save them on Connectycube server.

@najibghadri
Copy link
Author

I found that, but I think there could be a simpler way. Anyways, thanks! :)

@TatankaConCube
Copy link
Contributor

Looks like the issue is resolved, so closing it.

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

No branches or pull requests

2 participants