Firebase Notifications FCM needs Firebase Authentication?

I use Firebase for public things in my project. Private data is in local Oracle database. I get Jwt token from Oracle via NodeJs Backend.

If i want to use Firebase Cloud Messaging for push notifications (to all or specific user ) , do i have to use Firebase token? Does user have to login Firebase?

Thanks in advance.