pulyaevskiy / firebase-functions-interop

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

Is this being deprecated? #69

Closed alfinbi closed 4 years ago

alfinbi commented 4 years ago

Is this package being deprecated? I haven't see any update for almost a year.

Semapl3 commented 4 years ago

I use it with firebase_admin_interop: ^2.1.0 (for this you need to fork and replace the dependency)

There is a fork for firebase_admin_interop: ^2.1.0: https://github.com/Skquark/firebase-functions-interop

firebase_functions_interop:
    git:
      url: git://github.com/Skquark/firebase-functions-interop

firebase_admin_interop: ^2.1.0

All this can be run on: Flutter - stable, v1.12.13+hotfix.9 To write Firebase functions is enough. There are some problems in newer versions.

alfinbi commented 4 years ago

yes but even 2.1.0 lag some features such ass firestore increment. and pubsub functions lag features to set timezone

pulyaevskiy commented 4 years ago

Feel free to submit a PR if there is anything missing. I try my best to support all open source packages but I only have so much free time, so community contributions are highly appreciated.