How do I move everything I built in my web app into my mobile app? From what I’ve gathered in researching, I have to rebuild everything? It looks like databases are the same; so all of my users won’t be lost, correct?
Some other random questions:
Notifications - is there an easy way to implement notifications on bubble mobile?
Nested replies - how challenging would this be to add as a feature?
All of your users will not be lost, you will still share the same database and backend workflows. It’s just the front end and any workflows there that you will need to create.
I believe that is one of the features they have added was notifications. So you can do native notifications.
I am not sure exactly what you mean about nested replies. You might need to try it out and ask a question when you get stuck.