You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded to 1.2.0. There are a bunch of changes. As I'm working on it, I used to call linkWithPhoneNumber. However, while reading the source code, noticed that it's now only available on the web.
I'm having a hard time since official documents not updated yet. The package updated today, I understand it could take a while. Since in 1.2.0, there are no credentials to use. Therefore, I can't use credentials to link.
In my case, the user has 3 options. Login with Google, Apple, or phone number. When the user logins with Google or Apple, I still ask for a phone number. In this case, if the user first logins with Google or Apple, I have to link the user with a phone number.
How could I achieve this? For now, I use the old version that works for me.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I just upgraded to 1.2.0. There are a bunch of changes. As I'm working on it, I used to call
linkWithPhoneNumber
. However, while reading the source code, noticed that it's now only available on the web.https://github.com/FirebaseExtended/flutterfire/blob/7dae3f9d8f63e01d4e4a2c938f4391b245e559cb/packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart#L542-L543
I'm having a hard time since official documents not updated yet. The package updated today, I understand it could take a while. Since in 1.2.0, there are no credentials to use. Therefore, I can't use credentials to link.
In my case, the user has 3 options. Login with Google, Apple, or phone number. When the user logins with Google or Apple, I still ask for a phone number. In this case, if the user first logins with Google or Apple, I have to link the user with a phone number.
How could I achieve this? For now, I use the old version that works for me.
Beta Was this translation helpful? Give feedback.
All reactions