Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2020.3.9f1
- Firebase Unity SDK version: 8.0.0
- Source you installed the SDK: Unity Package Manager
- Problematic Firebase Component: Auth
- Other Firebase Components in use: Firestore, Crashlytics, RemoteConfig
- Additional SDKs you are using:
- Platform you are using the Unity editor on: Windows
- Platform you are targeting: Desktop (Windows)
- Scripting Runtime: IL2CPP
[REQUIRED] Please describe the question here:
It seems that the documentation is missing words in this segment:
https://firebase.google.com/docs/auth/unity/anonymous-auth#convert-an-anonymous-account-to-a-permanent-account
When the user signs up, complete the sign-in flow for the user's authentication provider up to, but not including, calling one of the methods. For example, get the user's Google ID token, Facebook access token, or email address and password.
What methods are referred to here?
Get an for the new authentication provider:
"Get an" what?
Pass the object to the sign-in user's method:
No method specified after the double-points.
If the call to succeeds, the user's new account can access the anonymous account's Firebase data.
"Call to" what?
Details on the context would be greatly appreciated!