Replies: 1 comment 1 reply
-
Thanks for the question. See #191—others have had this issue, too, and we need a simple reproduction to see if we can help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a question about setup and how can I set ignoreUndefinedProperties? For example I added this on a API in Next
const db = getFirebaseAdmin().firestore()
db.settings({ignoreUndefinedProperties: true})
But only worked once, then I got the error:
Error: Firestore has already been initialized. You can only call settings() once, and only before calling any other methods on a Firestore object.
at Firestore.settings
As understand in your project you have the init function to initialize the firebase app if is not, but i can not give settings there,
Beta Was this translation helpful? Give feedback.
All reactions