pulyaevskiy / firebase-functions-interop

Firebase Functions Interop Library for Dart.
BSD 3-Clause "New" or "Revised" License
191 stars 52 forks source link

FirestoreEvent in Readme.md does not exist #32

Closed gazialankus closed 5 years ago

gazialankus commented 5 years ago

The Firestore example in Readme.md has the type FirestoreEvent as a function parameter. This type does not exist anywhere else. The example code has another signature for this function that I verified to work fine. The one from Readme.md is probably left over from an old version, that and the docs in pub.dartlang.org should be updated.

pulyaevskiy commented 5 years ago

Sorry for the delay here. I've updated readme with correct examples. Thanks for noticing!