Unable to set and get data in Firestore Document - Android only #7791
Unanswered
AbuzarJaved
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: Unable to Set and Get Data in Firestore Document (Android Only)
Description:
I am encountering an issue where I'm unable to set and get data in a Firestore document, but this problem seems to be specific to Android. The functionality works fine on iOS. When attempting to set or get data, I receive a TypeError: "Undefined is not a function."
Environment:
Steps to Reproduce:
Expected Behavior:
The app should be able to set and get data in Firestore documents without any errors on both Android and iOS platforms.
Actual Behavior:
TypeError occurs specifically on Android, preventing the app from setting or getting data in Firestore documents.
Additional Information:
Beta Was this translation helpful? Give feedback.
All reactions