Joe McKie

Results 5 issues of Joe McKie

I've come across certain queries that I would like to omit sub-collections from (the data is being ingested by a third party and essentially I need the _document data_, not...

https://firebase.google.com/docs/firestore/query-data/queries#collection-group-query I'm going to start working on this soon but thought I'd create an issue for transparency and to discuss syntax. Perhaps a syntax along the lines of: ```ts collectionGroup(Entity).where(...)...

Many people complain that all-in-one themes and frameworks break their site once they switch themes. This problem can be overcome by removing anything theme-specific such as shortcodes, and allowing the...

enhancement

There is an issue with the latest version of this package (which is using a release candidate version of `react-native`) which causes `run-ios` to fail with the following error: ```...

In `hardhat-deploy`, it's possible to do this: ```ts const deployment = await hre.deployments.get('...'); ``` Is there a similar way to get contract details using `@openzeppelin/hardhat-upgrades`? I have a contract that...