Aaron K Saunders

Results 64 comments of Aaron K Saunders

@leochaddad - I figured out a workaround to the problem for my vuejs application, I set `skipNativeAuth` to false - See Video - https://www.loom.com/share/b6b33bd9838a4af3a26d6b29595c8e0b and then I just use the...

@jaythegeek - not sure what you are doing but if you followed my approach it should work fine. I just retested my code and I am able to query the...

@jaythegeek I have a security rule - also the way my code is written, I can't even get to the query until firebase js SDK fires the authChangedListener, that is...

@jaythegeek can you show me what the output is in your console log? also, show me how you are ensuring the js initialization has been completed before you render the...

@robingenz - I appreciate the work, you asked for a sample showing the bug, and I provided it to you... not sure what else there is you are expecting other...

@inexuscore I have forked a version of this plugin and have it working with ionic and capacitor - sample code with link to forked plugin - https://github.com/aaronksaunders/vue-media-capture-2

$nuxt.config.globalProperties.$router?.currentRoute; will get you access to the route

@Lexpeartha that is what I use the workaround mentioned here... to get all of the route information

I have found this issue to be a limitation https://github.com/danielroe/nuxt-ionic/issues/19

I think it would be nice to have this integrated into the main `app.vue`, but it is manageable to just add it where you need it using the `useHead` hook...