Steven Spiel

Results 29 comments of Steven Spiel

I've also been running into this.

This worked for me as soon as I called `.reference()` on the query to return a DocumentReference. So, in theory, this should work for you: ```dart var query = Firestore.instance.collection('seekers').where('position',...

Just added background param color, too

+1 This is great!

no... I just had to use Arel to create the query manually.

What Flutter version are you using? Do you have dart/swift obfuscation or minification enabled? Maybe you need to add something like ```dart @pragma('vm:entry-point') ``` above your `backgroundFetchHeadlessTask` (or similar)

It doesn't look like this repo is being maintained. The last commit was 5 months ago.

Certain kinds of inputs only allow specific characters (like ``). Perhaps that is causing it?

I'm getting the same thing. ```dart await AppleSignIn.performRequests([ AppleIdRequest(requestedOperation: OpenIdOperation.operationLogout), ]); ``` This opens a popup: ![Screen Shot 2020-09-11 at 4 03 58 PM](https://user-images.githubusercontent.com/1630091/92968113-838b7980-f448-11ea-9b83-6683f6bb843e.png) And I have to sign in...