Y
Y
I managed to create the stack, created that network, but I'm unable to connect on local machine. It works with `docker-compose up` but not with the swarm stack. Running on...
using these scopes fixed my error: ``` scope: ['https://www.googleapis.com/auth/plus.login', 'https://www.googleapis.com/auth/userinfo.email'] ```
 These guys seem to have updated options https://github.com/shelfio/chrome-aws-lambda-layer for every region.
This is the idea, but it's not working properly. refferences ``` mappings: { '@timestamp': { type: "date" }, // parent/child document_join: { type: 'join', eager_global_ordinals: true, relations: { 'document': [...
I figured it out. I was missing routing on one of the functions... `await Queuer.process(this.client.index.bind`
So you're saying the `nodejs-firestore` has the functionality of stream queue with onSnapshot listener to handling both streaming the query and listening for events? What about the solution provided in...
Some ideas from https://stackoverflow.com/questions/33885059/how-to-only-get-new-data-without-existing-data-from-a-firebase One proposal is to have a `created_at` field in the collection, and you can use the where selector to now, or something like child_added, used here....
I contacted firebase support, their response: ```Engineering team has suggested using limits and pagination to avoid this kind of errors. In these documents you will find more details about it.```
Restarting the listener is a bad idea. I ran into an issue where I had this running on a kubernetes pod, and it ran out of memory relatively quickly because...
Seeing this as well. Using sample code provided here: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger?tabs=in-process%2Cextensionv5&pivots=programming-language-python ``` [2022-06-26T19:13:02.445Z] Trigger Details: MessageId: 79a448110d84468fa66184d80828a198, SequenceNumber: 3, DeliveryCount: 1, EnqueuedTimeUtc: 2022-06-26T19:13:03.5390000+00:00, LockedUntilUtc: 9999-12-31T23:59:59.9999999+00:00, SessionId: a ``` ``` [2022-06-26T19:13:02.456Z] {...