Hello, I’m new to all this so apologies if this is a stupid question.
I have made a very simple app in Adalo. It does not currently require user login. My app has a database of text content which users can view on the app. I also want to send push notifications every day to all my users based from this content. All users should get the same content each day, and the content will change every day.
e.g. imagine all users getting a notification on Monday to say “Happy Monday” - this content will come from my app database.
Is this possible? Where do I start?
Thank you!