Firestore Settings #1503
Unanswered
cleemansen
asked this question in
Questions and Help
Replies: 1 comment
-
Hi,
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm wondering where to set Firestore Settings like
ignoreUndefinedProperties
in a Nuxt app?These settings must be "set before invoking any other methods" - and only once.
First of all I thought about the
firebase.json
file (1). After that I looked into thevuefire
section of mynuxt.config.js
(2). My last try was to implement a Nuxtplugin
according to your documentation (3).Unfortunately I had no luck with these approaches. How can I customize the settings of the firestore sdk?
Just for completion: This is the real issue why I wish to configure the firestore sdk:
Beta Was this translation helpful? Give feedback.
All reactions