Bobbie Goede
Bobbie Goede
Fixes #550
`NuxtAxiosInstance` does not have `isAxiosError` while the interface it extends suggest that it does.
Sorry for the duplicate PR, will remove the original one as it was based on a master branch. This PR allows us to set iconPack to an object like so:...
It doesn't seem to be possible to use anything other than the default 'material-icons' class when using `iconPack: 'material'`. At the same time when using `iconPack: 'custom-class'` the icon element...
* Closes #443 Merges the config found in `publicRuntimeConfig.firebase` with the module options, I don't think this works if you add the module to `buildModules`. Adds functionality to compile/generate templates...
Looks like the live demo is not working anymore at this link https://nuxt-fire-demo.herokuapp.com/
I'm trying to add a Point type to my schema which follows this format ``` point: { type: "Point", coordinates: [ 40, 5 ] } ``` I figured the following...
### Environment From the codesandbox ``` ------------------------------ - Operating System: `Linux` - Node Version: `v14.18.1` - Nuxt Version: `2.16.0-27272174.ab1c6cb4` - Package Manager: `[email protected]` - Bundler: `Webpack` - User Config: `bridge`,...
For local development I'm trying to run firebase emulators in a docker container, this works fine, but the dashboard does not work since the base urls are hardcoded to be...