How do I connect a website as the administrator to an Android Studio application using Firebase database?

So I have this website for the admin and an app for the user, What I would like to do for example I would write an announcement from the admin then it would reflect to the application. For what I have read online they would just use the firebase directly to create, update, delete. datas for the app, is it not possible?

if you have any article and any videos on how to make it please do help me, as I am having a hard time searching for it at the web thanks!

also I am using android studio, kotlin for the application