I have a django backend server and I want to send notification to my flutter app. I want to use Firebase Cloud Messaging for this.
My question is, do I need to store something in my database to send notification to the app? I was planning to use django_push_notification on the backend side.