-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failed to get document because the client is offline. #14107
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 reporting @FBukovina. Your application seems to be doing a simple firebase-ios-sdk/Firestore/core/src/api/document_reference.cc Lines 156 to 158 in b91dfda
Are you consistently getting this error? |
It happens all the time. |
No, I was just highlighting the fact that the error you're seeing is a result of getting an "unavailable" error code. |
I can reset password, I get the email with link and everything works fine. I tried it in iOS simulator, physical iPhone 13 and 16 Plus with same error. |
Hi @FBukovina ,
|
Hey @FBukovina. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Hello, what do you mean with Firestore operation? |
By Firestore operation, I mean reads, writes, updates, and deletes. |
Hey @FBukovina. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
I can restore password via the app, but registration and login doesn't work. I can create a user account in Firebase dashboard, but I can't login with it. |
Description
Can't login to the app, because I'm getting this issue Failed to get document because the client is offline.
RegisterView doesn't work too, because the button doesn't do anything.
There is problem with login, but password reseting works fine.
App is coded in SwiftUI.
Reproducing the issue
Try to login to the app with email and password, which is in the database.
Firebase SDK Version
10.29
Xcode Version
16.1
Installation Method
Swift Package Manager
Firebase Product(s)
Authentication, Firestore, Storage
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: