firebase-jest-testing
firebase-jest-testing copied to clipboard
Firebase back-end testing, using Jest.
Firebase has user impersonation support in the client code. The author thinks this is the wrong side. It should be in `firebase-admin`, leaving the (browser) client to be production-only. However,...
Currently in [public preview](https://firebase.google.com/docs/functions/beta), there are still some omissions: - [ ] Cloud Firestore triggers When those are available, move to v2.
This would be useful for: - regression testing, especially when `firebase-tools` or `firebase-admin` versions change - showing if there are unnecessarily slow behaviours from the Firebase Emulators, so Firebase could...