Steven Spiel
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 also experiencing this
I'm getting the same thing. ```dart await AppleSignIn.performRequests([ AppleIdRequest(requestedOperation: OpenIdOperation.operationLogout), ]); ``` This opens a popup:  And I have to sign in...