I have an app which works fine in browser mode (ionic serve) but when I try it with Android (cordova) a function of it does not work.
As in the image below, I want to get data from firebase database which works in browser (from the right side) but not in android (left side of image). It is the same code. What can be the problem ? When I inspect it: Error: typescript error: Object() is not a function