Display user-specific information from database in user profile and allow modification

Hey,

I am new to Thunkable and wondered about the feasibility of some features.

Would it be possible to display user-specific information (that is saved in an external database) in a users profile in the app and allow the user to modify this information, which will then be updated in the database?

Also, is it then possible to dynamically display the user-specific information in the app, every time the information changes in the database (e.g. a web scraper adds new content to a user’s profile in the database, which then has to be displayed in the app (and then trigger a push notification))?

I hope that is somehow understandable haha.

I appreciate your help!

Very possible. My apps do versions of what you described. Check out the firebase real-time database listeners and one signal push notifications in the thunkable documentation and in the community