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

User signup with installationId #1031

Merged
merged 1 commit into from
Dec 11, 2019
Merged

User signup with installationId #1031

merged 1 commit into from
Dec 11, 2019

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Dec 11, 2019

Fixes: #536

Parse.User.signUp actually does a ParseObject.save() at its core which does not send an installationId.

This is useful to prevent invalid session token and tests session clean up.

Fixes: #536

Parse.User.signUp actually does a ParseObject.save() at its core which does not send an installationId.

This is useful to prevent invalid session token and tests session clean up.
@codecov
Copy link

codecov bot commented Dec 11, 2019

Codecov Report

Merging #1031 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1031      +/-   ##
==========================================
+ Coverage   92.03%   92.11%   +0.08%     
==========================================
  Files          53       53              
  Lines        5112     5114       +2     
  Branches     1141     1142       +1     
==========================================
+ Hits         4705     4711       +6     
+ Misses        407      403       -4
Impacted Files Coverage Δ
src/ParseObject.js 89.45% <100%> (+0.02%) ⬆️
src/ParseUser.js 83.03% <0%> (+0.9%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e974daf...e2cfe0e. Read the comment docs.

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

Successfully merging this pull request may close these issues.

Parse.User.signUp doesn't pass installationId
2 participants