barticus

Results 26 comments of barticus

Hey @glucaci , thanks for getting back to me. I guess the easiest case to explain would be event driven architectures. Each operation generates 0 to many events. I'm my...

I am also experiencing this.. In develop there is no error, but when building in prod mode I believe dynamic is making it tricky to create a proper SHA.

We'll have a look at how this can be done! Is the request to have something like this: ``` { "conditionalTags": { "MY_TAG_VALUE": "field1" } } ``` which would result...

Hi @ben-wright , sorry for the slow response on this one. This sounds like odd behaviour. 1. Are you able to confirm that you are seeing new users in Firebase...

Sorry for not getting back to you @ben-wright. It sounds very strange! Can't find anyone else reporting this kind of issue. There are some issues around the [full name not...

@Zer0cool360 the best I can think of is re-mapping the "entries" into an array first, and then filtering out the null "values", and returning the keys. Example here: http://play.jmespath.org/?u=ab0390a9-e58b-4e03-a4fc-9d3d460a72bd Given...

Hi @ben-wright , did you get any further with this? On our end, the person who was going to look at this was pulled on to another project, so it...

Hi @sorcamarian , I'll look into how we can support realtime database 👍 Extension triggers are specific to the technology and currently the extension only supports firestore.

Hi @sorcamarian , I built the solution for this, on the [feature/realtime-db-handlers](https://github.com/mailchimp/Firebase/tree/feature/realtime-db-handlers) branch. Unfortunately it requires users to enable realtime DB just to install/update the extension. I've proposed splitting out...

Hi @joehan , thanks for contributing! New code looks good, thanks for that. We'll need to cover it with some tests first. I do wonder if theres a way we...