GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
517 stars 74 forks source link

[FEATURE REQUEST] Firebase Auth - Convert an anonymous account to a permanent account #382

Closed carmex closed 3 months ago

carmex commented 4 months ago

Is your feature request related to a problem? Please describe. Currently there is no way to convert an anonymous Firebase account to a permanent account as described here: https://firebase.google.com/docs/auth/web/anonymous-auth#convert-an-anonymous-account-to-a-permanent-account

Describe the solution you'd like Would like method(s) added to auth.gd to support this workflow.

Describe alternatives you've considered I have considered some cloud functions that would migrate user data from the original anonymous account into the newly created account but this seems sub-optimal when a more general solution is possible.

WolfgangSenff commented 3 months ago

Closed by #391.