firebase / firebase-functions-test

MIT License
232 stars 48 forks source link

Fix Firebase Functions v4 compatibility issues. #175

Closed taeold closed 1 year ago

taeold commented 1 year ago
  1. Replace all use of trigger annotation to endpoint

  2. Correct import path for Expression class/type.

taeold commented 1 year ago

Tests are broken because v4 sdk isn't available yet. This will be fixed in future PR where I pull in release candidate version as the dev dependency.