Replies: 1 comment
-
Emulators should be active only if they are defined in your |
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.
-
After upgrading to the latest version, I got the following console warning:
This is in a project where I am not using the emulators. After taking a look through the code, I noticed that as of #1392, emulators are enabled by default.
Even though it is only a warning, I feel that since support for emulators is new enabling them by default is a breaking change. I'd suggest changing the default to
false
. I'd be more than happy to contribute a section on enabling emulator support to the vuefire docs.Beta Was this translation helpful? Give feedback.
All reactions