-
Notifications
You must be signed in to change notification settings - Fork 46
Auth not working in Unity editor #1048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Thanks for reaching out, @GoShikhar. I'm wondering if there's an issue with our Firebase Auth version |
@argzdev Our project was on 11.8.1 and auth was working perfectly for a few months, and yesterday out of the blue, auth stopped working in the editor. This is a prod project and we have been using firebase auth since 2021 in this project. Never had this weird issue of auth not working in editor. @argzdev given the above info, would you still want us to switch to 11.9.0 and test it out? Let me know. |
@argzdev I used and I'm getting this in logs: Failed to read user data for app (__FIRAPP_DEFAULT). This could happen if the current user doesn't have access to the keystore, the keystore has been corrupted or the app intentionally deleted the stored data. |
@argzdev This seems to be similar to firebase/firebase-cpp-sdk#10 issue. Any help here? |
Found the issue. |
Sorry for the delayed response, @GoShikhar. I'm glad you were able to resolve your issue, thank you for sharing the solution of your problem. I'm sure it'll help other folks who encounter the same issue. |
Facing a weird auth issue in Unity editor whereby auth isn't working all of a sudden.
The sign-in and token refresh was working in this project but out of nowhere it isn't anymore in Unity editor. We haven't updated Unity editor, we have updated to the latest firebase sdk now, still no luck.
Although, it's working as expected in the built android apk.
Unity editor: 2023.2.18f1
Firebase Sdk: 12
These methods give errors which aren't much detailed.
SignInWithEmailAndPasswordAsync, user.TokenAsync()
Can anyone please help here?
The text was updated successfully, but these errors were encountered: