Aaron Hayes
Aaron Hayes
### Which SDK version are you using? `13.0.0` ### What's the issue? The SDK causes a crash trying to read `FacebookAdsApi.getDefaultApi().getAppID()`. We do not set the api key via the...
I made a very simple generator to get cuids quickly for development/testing purposes. https://cuid-generator.vercel.app/ source code: https://github.com/aaronhayes/cuid-generator
Hi @siriwatknp ! Congrats on releasing v4! It's looking good. I just wanted to start a discussion on what you are planning on doing the Form components. There are already...
V18 was released in September 2023, https://developers.facebook.com/docs/graph-api/changelog
Currently for actions the generated `jsonb` type is incorrectly typed as a `string`, under `typescript-express`. ```ts type jsonb = string ```