Fixing the Firebase Local Emulator Database Error

Kelvin Zhao
2 min readAug 5, 2023
asdPhoto by Kevin Ku on Unsplash

Similar to “Fixing the ‘FirebaseApp name already exists!’ Error” I wrote about before, I’ve found a similar issue. When you’re running the local emulator with hot reload, the local database instance reports a conflict whenever you save.

You’d think Firebase should iron out these issues, right? I mean, who in their right mind shuts down the application and starts over from…

--

--