@josh10@johnny@eve
Thank you for giving many infomation!
And give me the best solution to translate data from bubble to code application.
I guess it is impossible to export user password data from bubble database.
But if we did this solution. its coustomers cost.
somehow i want to reduce coustomer cost to create new password.
Single-sign-on that auth0 provides seems great, but can you reach out to your users when needed? If your app doesn’t keep their email(these are retained by Google, Twitter or so on), how would you inform an important information to your users?? I really like the idea of single-sign-on though.
Your app will still retain the email address. That’s a bubble core data piece. Essentially a token is passed back to grant access to your platform. All my users log in through Google and their email address is kept stored in Bubble.
@josh10
Thank you for giving tips! Auth0 seems good solution for me.
All my users log in through Google and their email address is kept store in Bubble.
Just i have a question about this line. It mean when the user log in with Auth0, user email data from some SNS service the user registered is provided to my bubble application automatically?
Anyway thanks!