firebase-jest-testing icon indicating copy to clipboard operation
firebase-jest-testing copied to clipboard

Firebase back-end testing, using Jest.

Results 3 firebase-jest-testing issues
Sort by recently updated
recently updated
newest added

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...

Hot 🥵🔥