firebase / firebase-functions-test

MIT License
231 stars 48 forks source link

feat: auth context support #227

Closed exaby73 closed 3 months ago

exaby73 commented 3 months ago

This PR aims to add support for testing new auth context triggers in Firestore

exaby73 commented 3 months ago

CI is failing since the functions SDK is not published and therefore do not have the types required. Once there is a published version, the package.json in this PR can be updated to make CI pass

exaby73 commented 3 months ago

Updated Functions SDK version. Should be all good