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
Add an option to disable the automatic serialization of date objects on Android.
The Capacitor Firebase Firestore plugin must be able to distinguish between strings and date objects. This is already possible on iOS by setting shouldStringifyDatesInCalls to false. I need the same option on Android.
shouldStringifyDatesInCalls
false
No response
Related to #4177 and capawesome-team/capacitor-firebase#474
The text was updated successfully, but these errors were encountered:
theproducer
No branches or pull requests
Description
Add an option to disable the automatic serialization of date objects on Android.
Platforms
Request or proposed solution
The Capacitor Firebase Firestore plugin must be able to distinguish between strings and date objects. This is already possible on iOS by setting
shouldStringifyDatesInCalls
tofalse
. I need the same option on Android.Alternatives
No response
Additional Information
Related to #4177 and capawesome-team/capacitor-firebase#474
The text was updated successfully, but these errors were encountered: