Martin Capodici

Results 23 comments of Martin Capodici

Thanks for the reply. Yes one of the things I noticed is that not all the rocks fall out due to the screen size. Then you pop up and get...

I just had the same issue. Using local emulator. Looking in the emulator portal, the item has 4 fields, but in the request trace it shows Detailed Information -> Resource...

What I have found is that the resource data seems to match the query, not the resource, at least as shown in http://localhost:4000/firestore/requests/ view, as I was trying a hack...

It is a pain to write minimal reproducible steps as I would need to develop a complete app just do to this. It seems to happen a lot - when...

I suspect that other issue is the same thing basically. The workaround mentioned there is: > if your security rule checks for admin == uid you need to include .where("admin",...

I am a web dev, and I am happy to try to fix and make a PR. However I would like to know if it is worth it (are you...

I think trying to do something clever (like work out the "correct one") in the front end would be a mistake, since there will all sorts of edge cases for...

> By the way, for frontend development there's no need to run an instance of the stack yourself, so you don't have to install earthly or anything. All the requests...

Thanks for the information. I was trying to get the stack working. I managed to get a lot further with that - getting earthly to build and get the containers...