Paul V.

Results 44 comments of Paul V.

_Instant temporary solution to bug report_ It seems that the worker array doesn't get initialized after the first iteration. To solve the error message and make the extension work properly...

## Same issue at Counter extension emulator Same error is present, when using the new extension emulator (great implementation btw. !!!) It will work well for the **first Iteration then...

Both ways! Either running the new extension emulator (new-way) or simply running the function on cloud functions (old-way). My belief is that this happens due to the `pubsub` functions. Also,...

Take a look at the pull request I have just created. This should resolve the local emulator problems. Based on my understanding this change should not interfere with the cloud...

@Matrinica Thanks for contributing, I was looking for that the whole time. It would be great if you could finish it for release, so people might be able to use...

Here is how to use the package, which could be displayed at the firebase `How this extension works` under the Extension: ```dart import 'dart:async'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:cloud_firestore/FirestoreCounter.dart'; // *this...

@rlee1990 Quickfix (as this might need some time): Simply implement it yourself. This is just a library that would you would have access to when merged. All the code including...