Currently, I am developing a Flutter mobile app and implementing firebase push notifications in the app. Then I was wondering whether these notifications are charged in the case they fail to be delivered. For example, in the case the user deleted the app then his Firebase token is no longer valid, and therefore sending push notifications to that invalid token will fail. In this case, will I be charged for this failed notification? Thanks in advance.
I did some research about this but could not get a clear answer.