Joseph Roddy

Results 56 comments of Joseph Roddy

@danidfm Glad to hear it! :D Let me know if you find any issues at all, or even just suggestions would be great. I don't actually use Firestore on my...

@catchshyam That isn't supported quite yet. How would you expect the query to look if it was supported? Something like this? `select * from users.userSubCollection where subCollectionProp = "value";` I...

What do you think about this? : `select level.sublevel from game where level.id = "levelId" and level.subLevel.id = "subLevelId";` ^That should maintain consistency with the realtime queries and generic sql...

@fdambrosio It's possibly a tweak I made broke the deletes. I'll take a look at it today. Can you give me an example delete statement that isn't working for you?

It's working for me at the moment, example of what I ran: `delete from users where age > 20;` or `delete from collectionName where documentProp (one of > < =...

Okay, I see what you're going for @fdambrosio . I tested it out and got the same result. It can't delete the item because it doesn't know that the doc...

@MiyoAlpizar Did you run `npm install` first? What operating system are you on?

@devpascoe Did a fresh clone and had the same issue. The decorator fix in the issue you linked fixed it for me. Do a : `git pull` `npm i` `npm...

@devpascoe Definitely could be, it uses web storage and it often cant differentiate between different installations. There should be a cache_reset variable in a config file I think. Set that...

Hm, not totally sure if the app will work on windows nowadays, been a while since I opened this. Try running the `projectRevamp` branch and see if you have any...