Why I can't see data and/or users in the app when compiled?

Once your app is uploaded to stores, it’s important to know the difference between testing data and production data.

Testing data: all data stored in Apphive Editor.
Production data: all data stored in your Firebase account.

users 1
users 2

Choose the collection you wish to review. If the switch for Development data is on, it will be TESTING data. This data will not be refected in your compiled app or your Firebase account.

users 3

If you want to add data to your APK or the compiled app, turn the switch to Production data. This option will be available once your app is compiled for the first time.

users 4

To copy this data, you only have to click on the Copy to Production button, and send the Testing Data to Production data (APK or app in stores).

users 5

From this pannel, you can also import and export data.

USERS:

users 6

Enter the “members” section.

users 7

If the “Test members” switch is on, all users will be stored in Testing.

users 8

Change to “Production members” to see your users within your compiled app, or to register all new users in Production.

users 9

We reccomend NOT to load your final data while you’re testing your app, instead, load some data or information before making tests.

IMPORT AND EXPORT
You can make it only by selecting the option from the database.

users 10

Or follow these steps:

In the Testing database, export all your DB (it will download a .json file)

users 11

A .json file will be downloaded by turning on the Production switch. This will allow you to send all testing data to production data.

users 12