I have to receive push notification from firebase, but it is not for all phones that these notifications will be sent. My app checks changes in contracts, the user informs a CPF number and the app searches the database for information about the contracts under that CPF, and those contracts change frequently. So I wanted the user to receive notification in the app when any contract under the informed CPF was modified. I've already thought of sending push to all phones, and somehow Ionic show push only if the user's CPF is, but I found this solution very wrong.