vue-firebase icon indicating copy to clipboard operation
vue-firebase copied to clipboard

Anonymous User Accounts

Open tripflex opened this issue 6 years ago • 2 comments

I think another great feature to add to this boilerplate would be support for the "anonymous" users in Firebase. Maybe just having like a link below the login/register/forgot pw to "continue without an account" and then have integration with firebase to handle the "anonymous" user accounts

What is your thought on this?

https://firebase.google.com/docs/auth/web/anonymous-auth

tripflex avatar Nov 19 '18 16:11 tripflex

This would be a nice feature though. But the reason I did not keep anonymous users was precisely because of the restriction.

I will updade it soon.

Thank you. :D

sayhicoelho avatar Nov 19 '18 18:11 sayhicoelho

So after posting this on reddit https://www.reddit.com/r/Firebase/comments/a18r0m/convert_an_anonymous_account_to_a_permanent/

I realized it was something so stupid and simple ... but that also caused me to build a demo example app for this, so at least something good came out of it ... if you're interested, you can find it here:

https://github.com/tripflex/vue-firebase-anon-convert

tripflex avatar Dec 04 '18 18:12 tripflex