What is Firebase serve?

When testing locally, Firebase serves your web app at a locally hosted URL . Hosting is part of the Firebase Local Emulator Suite, which enables your app to interact with your emulated Hosting content and config, as well as optionally your emulated project resources (functions, databases, and rules).

Read more

Does firebase work on emulator?

The Firebase Local Emulator Suite consists of individual service emulators built to accurately mimic the behavior of Firebase services . This means you can connect your app directly to these emulators to perform integration testing or QA without touching production data.

Read more