Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Empty function - update({Map<String, dynamic> data}) inDocumentReference #11

Open
sharax32 opened this issue Feb 6, 2020 · 1 comment

Comments

@sharax32
Copy link

sharax32 commented Feb 6, 2020

Please change update({Map<String, dynamic> data}) inDocumentReference to update(Map<String, dynamic> data)

@Kab1r
Copy link
Owner

Kab1r commented Feb 7, 2020

This change would break existing applications that rely on named parameters, however, it could be changed with an annotation.

// Existing:
update({Map<String, dynamic> data})

// Proposed:
update({@required Map<String, dynamic> data})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants