Alex McKay
Alex McKay
@prescottprue I am using `cy.login` for a majority of my tests. However, this still takes ~5 seconds to execute the `@@reactReduxFirebase/LOGIN` redux action. Love the library by the way!
@prescottprue did you get a chance to look at the issue over the weekend?
@jonespen what is performance like for your firestore emulator updates? If I, for example, trigger a `onClick={() => firestore.set({collection: 'posts', doc: 'foo'}, {title: 'Bar'})}` call from my front-end during an...
@prescottprue the lack of testing examples has been an ongoing issue for over 3 years (#114). As the author of this library I think you would be best suited to...
``` declare module 'perspective-api-client' { interface AnalyzeResult { attributeScores: any languages: string[] detectedLanguages: string[] } interface PerspectiveOptions { apiKey: string } export default class Perspective { constructor(options: PerspectiveOptions) analyze(text: string):...
Sorry for the delay, I will find some time this evening to look into this.
Can you provide any more information?
Sorry for not replying sooner, I will find time this evening to look into your issue.