[cloud_firestore] Add FieldPath#1296
Conversation
…ybenot/flutterfire into firestore-field-path
|
@collinjackson What kind of formatter are you using in When I use the formatter (which the IDE does automatically 😞), the whole file is changed and the Cirrus CI test also fails.. It is very cumbersome for me to manually adjust the format. |
We're using Pro tip: The failure message gives you a patch command that will fix the formatting for you: |
|
@collinjackson Thanks a bunch! |
|
I think that I am done with the new implementation. I added some exceptions that will help users understand what about their queries was incorrect and most importantly added assertions when possible. |
|
@collinjackson Can you review again? |
…ybenot/flutterfire into firestore-field-path
Description
This brought my attention to
FieldPathagain. While my solution on StackOverflow works, it is not particularly nice to use.Related Issues
Checklist
///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?