sipersso
sipersso
@malcolmdeck were you able to get any info on this? I still have users affected by this error. It is very rare, but it does happen occasionally and since I...
@malcolmdeck Any updates on this issue? I'd say it is pretty critical and it's been open for quite some time now.
@allenmrazek Thank you for that. I can't believe it is needed, but that does sound like a good way to verify that FirebaseAuth is incorrect. Regarding iOS, I have more...
Any updates from the Firebase Team @malcolmdeck?
Not sure if this is the same problem, but I think one of the comments I made here https://github.com/realm/realm-cocoa/issues/7145#issuecomment-834192715 is very relevant for this. Without the ability to check backlinks...
@DominicFrei The sample doesn't show anything about how to do this migration. @niralishaha25 If you look at https://github.com/realm/realm-cocoa/issues/7145 there is some info there that could be useful. Migrating to embedded...
After investigating this further, it looks like the case of removing multiple backlinks by copying data and assigning exactly one backlink isn't possible in the iOS SDK for the moment....
I wasn’t expecting auto upgrade. Account likning is listed in this doc https://firebase.google.com/docs/auth/ios/firebaseui. I think this is very misleading. If I understand you correctly I would have to implement my...
As I understand it I can’t get the credentials from the logged in user so to be able to use the doc you are referring to I have to skip...
This doc https://firebase.google.com/docs/auth/ios/account-linking says specifically not to call signInwith after getting credentials if you want to link accounts. I suspect that signInWith creates a user which results in an error...