Anton Reindl
Anton Reindl
Same problem here´. `"export 'default' (imported as 'geofirex') was not found in 'geofirex'`
Hi @KjetilHaaheim - do you have any progress on the horizontal implementation yet?
Thanks everyone! I will try to update the branch soon. It's currently still on Nuxt 3 RC3 and quite a bit changed: https://github.com/areindl/nuxt-structure-with-modules/tree/nuxt3
Hi @apgapg! Yes. Makes sense. I will think about it. Do you have an idea about doing that?
``Cool @wobsoriano! So to give you a bit more context: This is my `auth.server.ts`: ```js import { getAuth } from 'firebase-admin/auth' import formatUser from '~/helpers/format-user' import app from '../config/firebase-admin.config' //...
Hi @wobsoriano, I created a fork of your repo to make it easier to reproduce: https://github.com/areindl/nuxt3-firebase-auth-starter I upgraded to Nuxt 3 and now it shows the exact same error message....
Hey @wobsoriano how is your work on the module progressing? Do you need help?
> I came across the same error message when using an async function in onRequest. I think the problem might be that async functions by default return a promise (see...
I created a PR (https://github.com/nuxt-community/axios-module/pull/548) to resolve this gap in the docs
Did you fix it somehow, @julianmlr ?