Replies: 1 comment
-
I came to the conclusion that my imports are correct. So I'm closing the discussion.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I've discovered that to use App Check you need to use react-native-firebase SDK so I am switching.-rookie mistake, I know. My goal is to make minimum changes but I've been getting errors.
For example in my get queries:
[Error: OR Filters with nested OR Filters are not supported]
where one I use documentId from firestore:
[TypeError: 0, _firestore.documentId is not a function (it is undefined)]
when uploading a file to storage:
[Error: firebase.storage.SettableMetadata invalid property 'contentType' should be a string or null value.]
Here's how I import
For Config:
For functions:
I wanted to know if these are expected and I should fix them individually or is there something wrong with my imports?
Beta Was this translation helpful? Give feedback.
All reactions