Updating firebase

Hi all.

I’m having a problem updating a firebase database from my ionic android build. I have an click event that fires off a firebase.object(’/users’).update({new user info}).

In the web version running on my local machine it works perfectly and the database is updated in real time as expected.

When I build the same code as an apk, nothing happens.

Anyone have any idea why code that works on the web would break in an apk? I’m using ionic v3. i’ve tried ngzone.run()

Thanks

Problem solved. I was not authenticated in firebase.