Web developer focused on Vuejs, The Quasar Framework, and Google's Firebase services. I am a contributor @quasarframework, with a focus on Firebase services.
From the QEnv docs you can set a "Common Root Object". This is what I did for my QEnve installation and is reflected in my code in the serverConnection.js file.
Ah. I see what happened. During the QEnv setup I defaulted to "none" when asked, "What name would you like to use for your Common Root Object." After going into my quasar.extensions.json file I was able to switch the common_root_object value to environments. Worked like a charm! Thank you for responding and pointing me to the root of the issue.
Web developer focused on Vuejs, The Quasar Framework, and Google's Firebase services. I am a contributor @quasarframework, with a focus on Firebase services.
My
quasar.env.jsonfile andpackage.jsonscripts are exactly as yours are in your repo, but in myserverConnection.jsfile this is what worked...const config = process.env.FIREBASE_CONFIGFrom the QEnv docs you can set a "Common Root Object". This is what I did for my QEnve installation and is reflected in my code in the
serverConnection.jsfile.QEvn docs: github.com/quasarframework/app-ext...
Ah. I see what happened. During the QEnv setup I defaulted to "none" when asked, "What name would you like to use for your Common Root Object." After going into my
quasar.extensions.jsonfile I was able to switch thecommon_root_objectvalue toenvironments. Worked like a charm! Thank you for responding and pointing me to the root of the issue.Thank you for posting your question. I added a bit of guidance in that area of the article pointing out that piece of QEnv.