David Stack
David Stack
For me, after I updated to recent versions of Nuxt and Firebase, using the `firebase deploy` command no longer works. I got an error when deploying the function about package-lock...
As of [`v4.6.1`](https://github.com/firebase/firebaseui-web/releases/tag/v4.6.1), you can customize the button labels: ``` signInOptions: [ { provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID, fullLabel: "Sign up with Google" }, ``` What I ended up doing was having separate...
Related: https://github.com/firebase/firebaseui-web/issues/1015 Edit: I've been using Firebase directly for my projects as adding v9+ support no longer appears to be a priority for the maintainers.
I'm running into this too with Typescript and Nuxt 3 (with `ssr: false`). Related issue: https://github.com/bpampuch/pdfmake/issues/1877
Looks like basic Nuxt support was added a few weeks ago: https://github.com/firebase/firebase-tools/releases/tag/v11.22.0 But I have yet to find any proper documentation on how to get it working.
This might be related (recent release of firebase-tools): https://github.com/firebase/firebase-tools/pull/5504
In the last few days I've also been getting more 500 errors as well (beyond the usual SAFETY errors). I'm using the [JavaScript SDK](https://github.com/google/generative-ai-js) in Node v18.19.0 and Nuxt v3.9.0....
@kpripper I do not. I just have one API key from one domain.
Looks like it moved here: https://developers.activecampaign.com/reference/overview
To get my headers working without the typescript error I used `as const` as suggested here https://github.com/vuetifyjs/vuetify/issues/19599. Example: ```ts const headers = [ { title: "Dessert (100g serving)", align: "start",...