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

How to sign in with google? #718

Closed
LeonManolo opened this issue Jul 15, 2022 · 5 comments · Fixed by #740
Closed

How to sign in with google? #718

LeonManolo opened this issue Jul 15, 2022 · 5 comments · Fixed by #740

Comments

@LeonManolo
Copy link

LeonManolo commented Jul 15, 2022

Is there a recommended way to sign in with google while using mongodb realm?
The only thing I found about it is this:

But how does this connection between mongodb and google work, do I have to change something here too?

@blagoev
Copy link
Contributor

blagoev commented Jul 15, 2022

Hi,
We don't support Google authentication yet but this is on the top of our list of features for the next releases, so stay tuned.

@nielsenko
Copy link
Contributor

See issue #396 (and PR #740)

@LeonManolo
Copy link
Author

Awesome, how can I test it?
I tried it this way:

realm_dart:
git:
url: https://github.com/realm/realm-dart.git
ref: kn/auth-providers-no-tests

@nielsenko nielsenko linked a pull request Aug 3, 2022 that will close this issue
@nielsenko
Copy link
Contributor

nielsenko commented Aug 3, 2022

There are a few problems with the above.

During development before releasing to pub.dev we use path dep on realm_common. When you use a git dep, you hit dart-lang/pub#2447.

Secondly, when running dart run realm_dart install to install the native libs you may not get the right one, since we have not rolled a proper release.

However, we will be releasing soon, and I suspect these changes will be included.

@nielsenko
Copy link
Contributor

Resolved in 0.3.2+beta

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants