Jan

Results 21 comments of Jan

Just reset the firestore mock using beforeEach. See https://github.com/soumak77/firebase-mock/blob/master/tutorials/integration/setup.md for setup. ``` beforeEach(() => { mockfirestore = new firebasemock.MockFirestore(); }) ``` Hope this helps :)

@p12y It works. I'm using it every day :) Maybe I'm missing something, do you see any problems with the following approach? I pass the admin sdk (and other dependencies)...

Is there any workaround to get posthog running again? Currently worker and plugin server are in a crashloop :/

Maybe I'm doing something wrong but I want to use the ionic-appauth package with FusionAuth but it is not possible to add the expected redirect **URI** (appauth://implicit/authcallback) to the authorized...

Yes, i cannot add this uri as an entry in the authorized redirect urls list. It shows an validation error.

Just tried again, works now. Maybe PEBKAC 🤦‍♂️

Hi @prevwong, when using react@18 something is wrong with rendering the config components: Input cursor are jumping to the end of input fields if using a value from node props....

Same here, happens when I set the credentials to "Hold messages from this credential"

+1 Arrays convert config

> > As a workaround, adding `@strapi/email` as an explicit dependency in `package.json` seems to fix it. > > Thanks! I tried this, but now getting the following error (image...