Ben Winding

Results 95 comments of Ben Winding

Another similar project is **Taiko**, Which seems to be updated more frequently and has more comprehensive documentation. https://github.com/getgauge/taiko

Here's a good jsfiddle to use: https://jsfiddle.net/simonbrunel/nqkzo4cp/

Sadly it looks like they've used a security header to disable this functionality :sob:

Hi @hasbean, Apologies for the late reply, if I understand you correctly, you want to have _nested_ entities. As far as I'm aware, this is not an easy feature to...

After some more research, I've found that this will be very difficult to implement a general solution in which sub collections of a document could be used. For the time...

Hi @wezzle, Thanks for sharing! That's a great start, and I'd like to use that as a base for an upcoming release (if you don't mind). The problem is, **react-admin**...

Thanks @tfesslerCWC, > Loosing access to collections in Firestore is a big miss, defeating a major reason for using Firestore in the first place. I agree, which is why I...

@tfesslerCWC, FYI, the recent update `v0.6.1` (to this package) has the ability to change the root path of the Firestore Connection. This means you could change this to traverse Firestore...

Hi @dhstack, Thanks for bringing this up, I haven't heard of _Collection Group queries_, that's pretty cool, although It looks like there's a few gotcha's (requires indexes to be added,...

> @benwinding I didn't even think about the other CRUD options besides read when I came up with this idea (oops)... soooo this may not work out at all. Especially...