Steve Ansell

Results 4 comments of Steve Ansell

> Ah. > > The problem was (is) `eslint-plugin-import` 😢 > > This will throw lint errors: > > ```js > import { getFirestore, Timestamp, FieldValue, Firestore } from 'firebase-admin/firestore';...

I had this same issue and it turns out the problem was that I had two intent-filter entries with the same scheme. The other one was for my MainActivity. After...

@bwhiteFC Are you using Riverpods by any chance? We had this problem and determined that it was actually due to an issue in the latest release of that package and...

I'm having a similar problem with the attached image. The solution above by @vihatsoft looks like it might work, but I would need to modify it quite a bit for...