firebase / quickstart-testing

Samples demonstrating how to test your Firebase app
Apache License 2.0
335 stars 93 forks source link

Testing with AppCheck #236

Open kalmicka opened 2 years ago

kalmicka commented 2 years ago

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.

kalmicka commented 2 years ago

Can anyone provide an example? This would be really helpful.

adhiamboperes commented 1 year ago

@kalmicka, you probably can use fakes or mocks depending on your test setup