Testing with AppCheck
I am trying to unit test my callable cloud functions but I ran into the problem that due to AppCheck the test will always fail. Is there an example on how to integrate AppCheck into unit testing? Could you update your examples to reflect the integration of AppCheck? Guess this should be relevant for a lot of people since AppCheck is now being used more often.
Hey @jahirfiquitiva!
It doesn't seem like Deta Space supports Docker containers
@DarthSim I wonder if doing something like this is possible https://github.com/deta/starters/blob/main/go-app/Spacefile
Although imgproxy probably is so much more complex 😬
imgproxy depends on tons of C dependencies, so it's not that simple
@DarthSim understood... I hope it becomes possible some day 😅🙌