Jits
Jits
Hi @davideast ππ½ I expect you're busy with a million things right now β do you think there's a possibility we could pick up this change and works towards a...
This is likely related to [the `includeMetadataChanges` option being hard coded to `true`](https://github.com/FirebaseExtended/rxfire/blob/aadbc39b8ddcc524724aacb5c1234791279f85de/firestore/collection/index.ts#L243) when setting up the `onSnapshot`, which will always trigger the snapshot callback twice after writes (as this...
@polarathene β that should be fixed by https://github.com/nuxt/cli/pull/272
It's possible to install into the current folder using the `--force` flag (which I think makes sense), but note there is currently a different bug that's fixed by https://github.com/nuxt/cli/pull/272.
https://github.com/panva/node-oidc-provider/releases/tag/v6.0.0
Sounds like a potentially good idea, @TomUdr β I'd be curious to hear a use case for this, if you have one? In theory, since this is designed purely for...
Yep, `node-oidc-provider` definitely supports thisβ¦ however this wrapper is a fairly opinionated use of it. That is not say we won't add/support this capability β just would like to understand...
You should be able to add the Alpine theme to an existing Nuxt application using the [**layers** system in Nuxt](https://nuxt.com/docs/getting-started/layers), like you would any other layers and themes. If you...
Give the conversations about using Firebase directly, without AngularFire, I hope folks don't mind me promoting the approach I've taken for the FullStacksDev Angular and Firebase tech stack: https://github.com/FullStacksDev/angular-and-firebase-template You...
As is the consensus, my vote would be for option 1 β `readonlyState: true`. And as suggested by @mauriziocescon, that would be the default if no config option is given...