Thibaut Mottet

Results 17 comments of Thibaut Mottet

Little update, there is a new version of the library. This is my solution, feel free to comment :) ## `store/user.ts` ```ts import { action, createModule, getter, mutation } from...

I am so sorry, I just see your message, (after half a year 😩)! It could be a good idea! 😃, thank you for the answers! By the way have...

Can we merge this PR, I currently have the purifier pro `zhimi.airpurifier.v7` by adding this line it's work for me!

If anybody want, I publish the fix `npm install miio-fix-v7`

@stact thanks for sharing your config! Here is mine, hope it will help some people! ## Firestore data ![Capture d’écran 2020-07-28 à 12 18 54](https://user-images.githubusercontent.com/4958079/88653541-84509200-d0cc-11ea-993c-67ca5b7cedbf.png) ## Dependencies In your Nuxt...

@riderx My code has changed since :) This is my version: ## `package.json` ```json "@nuxtjs/firebase": "7.6.1", "firebase": "8.7.1", "nuxt": "2.15.7", "vuex-easy-firestore": "1.36.0" ``` ## `nuxt.config.ts` ```ts import fr from 'vuetify/src/locale/fr'...

Hello @hsubox76 ! First I would like to thanks all the firebase team making this awesome product. Your services highly improve my code quality, increase my delivery time and help...

@sandersn thanks for your quick answer. It's very valuable, for me, to see that you listen and take care about us (developer). Don't worry, I understand, is not an easy...

Like @Bastianowicz, this is my workaround. Put the code below just after your `initializeApp()`, it will display the message send to your queue. ### Console ```bash i functions: Loaded environment...