Front-end interface to add information to my ionic 4 application

Hello Ionicman,

I have an ionic 4 application connected to firebase.:grinning:

It contains a category plants,I would like to continue to add new plants.

How do you think ?

Create a page outside the firebase app that would allow me to add plants.

Or

Create a page in the application that would not be visible to my users, to add my plants.

What would you do in my place ?

Thanks you.

I’m not entirely sure I understand what you’re asking, but:

This isn’t technically possible. Anything that’s in the app binary is visible to anybody with a copy of it. All security must be done server-side.

Hey so,

Could you give us a little more context about what you mean?

I think, that you’re trying to build sort of an admin page where you can manage your plants so that you can manage the data you push to the database for your users to view. But I’m not sure :stuck_out_tongue:

So please let me know if that’s it, and any more context you can give me and I’ll be happy to help :smiley:.