We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing on a new device Parse overwrites the existing installation with the new device id rather than creating a new installation.
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Simply login with Parse.FacebookUtils.logIn. (JS SDK)
New installation created for each new device app installed on.
Existing installation object overwritten with new device id.
You can turn on additional logging by configuring VERBOSE=1 in your environment.
No logs of note
The text was updated successfully, but these errors were encountered:
My mistake, forgot that installation class is not populated automatically.
Sorry, something went wrong.
No branches or pull requests
When installing on a new device Parse overwrites the existing installation with the new device id rather than creating a new installation.
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Simply login with Parse.FacebookUtils.logIn. (JS SDK)
Expected Results
New installation created for each new device app installed on.
Actual Outcome
Existing installation object overwritten with new device id.
Environment Setup
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
No logs of note
The text was updated successfully, but these errors were encountered: