We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently offline document read is not supported on Web platform. Executing this code:
const { snapshot } = await FirebaseFirestore.getDocument({ reference: 'someDocPathHere', });
Gives such error: "FirebaseError: Failed to get document because the client is offline"
capacitor-firebase should expose configuration for enabling/disabling offline mode on all platforms where Firestore itself can support it.
No response
#713
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Plugin(s)
Current problem
Currently offline document read is not supported on Web platform. Executing this code:
Gives such error: "FirebaseError: Failed to get document because the client is offline"
Preferred solution
capacitor-firebase should expose configuration for enabling/disabling offline mode on all platforms where Firestore itself can support it.
Alternative options
No response
Additional context
#713
Before submitting
The text was updated successfully, but these errors were encountered: