# Practical Testing of Firebase Projects

DevFeed: [Practical Testing of Firebase Projects](<https://devfeed.tech/articles/practical-testing-of-firebase-projects-27448.md>)

Original publisher: [Read original article](<https://ariya.io/2020/04/practical-testing-of-firebase-projects/>)

Published: 2020-04-29T19:10:04Z

Content type: tutorial

Language: en

Sources: [Ariya Hidayat](<https://devfeed.tech/sources/ariya-hidayat.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [axios](<https://devfeed.tech/tags/axios.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [github](<https://devfeed.tech/tags/github.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [integration](<https://devfeed.tech/tags/integration.md>), [npm](<https://devfeed.tech/tags/npm.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

A tutorial on testing Firebase projects locally as they grow. It recommends integration tests, a health check endpoint, Firebase emulators for Functions, Firestore, and Hosting, and running tests through continuous integration.

## Source excerpt

Your little Firebase project is getting bigger every day? Never underestimate the need to establish a solid and firm integration tests from the get go.