I use firebase in my application. I always used expo start command and I am able to try application on expo app on the mobile emulator I use. I decided to generate an apk of it but it looks I couldn't. After running react-native run-android command, I can see the signin and signup screens but when I want to press a button that calls a function related to firebase firestore, application shows this error.
As I mentioned, I can use the application with all functionalities of it, functions related to firebase works well. How can I install the application on the emulator and use it as I use expo start ?