I am using the Google Drive Plugin to login from the Bubble app.
This app requires an additional field in the User record.
Therefore, if a user logs in without a User record, the login will fail.
However, a User record with no additional fields is created.
If the administrator edits the record and fills in the additional fields, the user can log in without problems.
However, if the User record is pre-created before Login, the message “email is already in use” is displayed and the user cannot login.
In this case, a User record is created with no additional fields.
This is probably because the pre-created User record and the user who logged in are treated as different users with the same email.
What should I do to ensure that the pre-created User record and the logged-in user are treated as the same user?
