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

LiveQuery _User and Email Verification #6921

Closed
4 tasks done
Danaru87 opened this issue Sep 29, 2020 · 4 comments · Fixed by #6930
Closed
4 tasks done

LiveQuery _User and Email Verification #6921

Danaru87 opened this issue Sep 29, 2020 · 4 comments · Fixed by #6930
Labels
type:feature New feature or improvement of existing feature

Comments

@Danaru87
Copy link
Contributor

New Issue Checklist

Issue Description

Hello,

We have a problem on Email Validation.

In our client, we listen a liveQuery on _User to detect emailVerified value changes.

But, when we use email verification link, the value change but liveQuery doesn't receive the event.

Same problem as here: #3850

Actual Outcome

The LiveQuery update/enter events are not triggered

Expected Outcome

The LiveQuery update/enter event to be triggered when the user verifies their email

Environment

Server

  • Parse Server version: 4.3.0
  • Operating system: Linux
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Local and Sloppy.io host

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 3.6.19-6
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Local and Sloppy.io

Client

  • SDK (iOS, Android, JavaScript, PHP, Unity, etc): Flutter
  • SDK version: 1.0.27
@davimacedo davimacedo added the type:feature New feature or improvement of existing feature label Sep 29, 2020
@davimacedo
Copy link
Member

It would be a good addition in my opinion. Is that something that you would be willed to work on?

@Danaru87
Copy link
Contributor Author

Danaru87 commented Oct 1, 2020

It seems quite complicated to me. I have the impression that this requires a thorough knowledge of the existing code and the functioning of Parse Server.
Moreover, I am far from being an expert on Node and JS.

I will try something but I am not sure I will get a satisfactory result.

@davimacedo
Copy link
Member

Give it a try and let me know if you need any help.

@Danaru87
Copy link
Contributor Author

Danaru87 commented Oct 6, 2020

I have done this modification, it works on my pc and on our server.

#6930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants